I'm trying Cryogen with no blog-prefix (in my config.edn, :blog-prefix is nil).Under the condition, (Markdown/Asciidoc) contents are not compiled to output HTML.
I tried to fix this problem, I found a bug in markup/rewrite-hrefs.When :blog-prefix in config.edn is set nil or "", rewrite-hrefs always returns nil.
I'm trying Cryogen with no blog-prefix (in my
config.edn
,:blog-prefix
isnil
).Under the condition, (Markdown/Asciidoc) contents are not compiled to output HTML.I tried to fix this problem, I found a bug in
markup/rewrite-hrefs
.When:blog-prefix
inconfig.edn
is set nil or "",rewrite-hrefs
always returns nil.