Journal org mode parser keeps the line break

This commit is contained in:
Tienson Qin
2020-04-08 09:34:26 +08:00
parent a91cd6d1f5
commit cd57db1465
8 changed files with 91 additions and 41 deletions

View File

@@ -1,4 +1,4 @@
(ns frontend.format.protocol)
(defprotocol Format
(toHtml [this]))
(toHtml [this] [this config]))