Move Markdown/HTML renderer to GeminiFormat
This commit is contained in:
parent
0d85c6f6ea
commit
e872af04a3
|
@ -10,7 +10,6 @@ import BrowserCore
|
|||
import WebKit
|
||||
import GeminiProtocol
|
||||
import GeminiFormat
|
||||
import GeminiRenderer
|
||||
import SafariServices
|
||||
import Combine
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
//
|
||||
|
||||
import Foundation
|
||||
import GeminiFormat
|
||||
import HTMLEntities
|
||||
|
||||
public class GeminiHTMLRenderer {
|
|
@ -6,7 +6,6 @@
|
|||
//
|
||||
|
||||
import Foundation
|
||||
import GeminiFormat
|
||||
import HTMLEntities
|
||||
|
||||
public class GeminiMarkdownRenderer {
|
Loading…
Reference in New Issue