feat(export): export markdown

- exported contents include embed-blocks & embed-pages
- translate ref-blocks uuid to block-title
This commit is contained in:
rcmerci
2021-03-11 17:56:22 +08:00
committed by Tienson Qin
parent 2625552e76
commit cff78f5ffb
4 changed files with 130 additions and 3 deletions

View File

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