Compare commits
1 Commits
229c6478a5
...
b983f34685
Author | SHA1 | Date |
---|---|---|
Shadowfacts | b983f34685 |
|
@ -81,6 +81,13 @@ public struct GeminiParser {
|
|||
|
||||
}
|
||||
|
||||
fileprivate extension GeminiParser {
|
||||
enum PreformattingState {
|
||||
case off
|
||||
case on(_ alt: String?)
|
||||
}
|
||||
}
|
||||
|
||||
fileprivate extension String {
|
||||
func firstNonWhitespaceIndex(after index: String.Index) -> String.Index {
|
||||
var index = index
|
||||
|
|
Loading…
Reference in New Issue