Move Markdown/HTML renderer to GeminiFormat

This commit is contained in:
Shadowfacts 2021-10-02 10:52:56 -04:00
parent 0d85c6f6ea
commit e872af04a3
Signed by: shadowfacts
GPG Key ID: 94A5AB95422746E5
5 changed files with 0 additions and 3 deletions

View File

@ -10,7 +10,6 @@ import BrowserCore
import WebKit import WebKit
import GeminiProtocol import GeminiProtocol
import GeminiFormat import GeminiFormat
import GeminiRenderer
import SafariServices import SafariServices
import Combine import Combine

View File

@ -6,7 +6,6 @@
// //
import Foundation import Foundation
import GeminiFormat
import HTMLEntities import HTMLEntities
public class GeminiHTMLRenderer { public class GeminiHTMLRenderer {

View File

@ -6,7 +6,6 @@
// //
import Foundation import Foundation
import GeminiFormat
import HTMLEntities import HTMLEntities
public class GeminiMarkdownRenderer { public class GeminiMarkdownRenderer {