mirror of
https://github.com/logseq/logseq.git
synced 2026-05-05 19:36:35 +00:00
feat: block-level html export
This commit is contained in:
@@ -252,8 +252,8 @@
|
||||
protocol/Format
|
||||
(toEdn [this content config]
|
||||
(->edn content config))
|
||||
(toHtml [this content config]
|
||||
(exportToHtml content config))
|
||||
(toHtml [this content config references]
|
||||
(exportToHtml content config references))
|
||||
(loaded? [this]
|
||||
true)
|
||||
(lazyLoad [this ok-handler]
|
||||
|
||||
Reference in New Issue
Block a user