mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Merge pull request #1556 from Wevah/macroprocessor
Use new MacroProcessor replacement
This commit is contained in:
@@ -79,7 +79,7 @@ struct ArticleRenderer {
|
||||
private extension ArticleRenderer {
|
||||
|
||||
private var articleHTML: String {
|
||||
let body = RSMacroProcessor.renderedText(withTemplate: template(), substitutions: articleSubstitutions(), macroStart: "[[", macroEnd: "]]")
|
||||
let body = try! MacroProcessor.renderedText(withTemplate: template(), substitutions: articleSubstitutions())
|
||||
return renderHTML(withBody: body)
|
||||
}
|
||||
|
||||
|
||||
Submodule submodules/RSCore updated: a23d10cbd7...33cfcc08ef
Reference in New Issue
Block a user