Delete some commented-out text.
This commit is contained in:
parent
7f4634b790
commit
5dbf194875
|
@ -68,10 +68,6 @@ private extension ArticleRenderer {
|
|||
return s as String
|
||||
}()
|
||||
|
||||
// func textInsideTag(_ text: String, _ tag: String) -> String {
|
||||
// return "<\(tag)>\(text)</\(tag)>"
|
||||
// }
|
||||
|
||||
func styleString() -> String {
|
||||
return articleStyle.css ?? ArticleRenderer.defaultStyleSheet
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue