fix spacing in markdown method

This commit is contained in:
Adam Tankanow 2015-01-09 07:10:49 -05:00
parent b68779fcbe
commit 21d825d0cd

View file

@ -36,7 +36,7 @@
(s/join "\n")) (s/join "\n"))
:reference-links? true :reference-links? true
:heading-anchors true :heading-anchors true
:replacement-transformers (conj transformer-vector (partial rewrite-hrefs config))))))) :replacement-transformers (conj transformer-vector (partial rewrite-hrefs-transformer config)))))))
(defn- asciidoc (defn- asciidoc
"Returns an Asciidoc (http://asciidoc.org/) implementation of the "Returns an Asciidoc (http://asciidoc.org/) implementation of the