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