feat: md export add indent-style

This commit is contained in:
rcmerci
2021-07-04 17:03:51 +08:00
committed by Tienson Qin
parent b167ae4943
commit b674cda211
5 changed files with 23 additions and 32 deletions

View File

@@ -91,7 +91,7 @@
(string/replace matched link (util/node-path.join url link))
matched)))
content)]
(format/to-html content :markdown (mldoc/default-config :markdown false))))
(format/to-html content :markdown (mldoc/default-config :markdown))))
(catch js/Error e
(log/error :parse-user-md-exception e)
content)))