feat: export page as opml

This commit is contained in:
rcmerci
2021-05-31 19:14:51 +08:00
committed by Tienson Qin
parent 6cf48f0ce9
commit 41678d2767
6 changed files with 51 additions and 6 deletions

View File

@@ -5,4 +5,5 @@
(toHtml [this content config])
(loaded? [this])
(lazyLoad [this ok-handler])
(exportMarkdown [this content config references]))
(exportMarkdown [this content config references])
(exportOPML [this content config]))