-
-
Notifications
You must be signed in to change notification settings - Fork 120
Open
Description
Whenever I try to parse with metadata in ClojureScript I have the pre assertion (sequential? lines-seq)
that prevent the execution of the function : markdown.transformers/parse-metadata-headers
It seems that the problem comes from the splitting of the lines (.split (str text "\n") "\n")
that yields a JS array.
Using clojure.string ns could resolve the problem (clojure.string/split (str text "\n") "\n")
?
Thank you very much
Metadata
Metadata
Assignees
Labels
No labels