Fork me on GitHub
#cryogen
<
2021-05-08
>
Juλian (he/him)18:05:04

Just trying out Cryogen. It looks nice :thumbsup: since I wrote my current blog using AsciiDoc, how well is it supported?

Juλian (he/him)13:05:29

Thanks, it seems to work with the asciidoc posts from my old blog (hugo), after adjusting the front matter. Only thing that doesn't seem to work, even if it should according to the docs, is the <!-- more --> thing

Jakub Holý (HolyJak)13:05:22

It does, check my blog. I think you must not have the space there

Juλian (he/him)16:05:46

I tried with both, spaces and no spaces. It gets rendered like this:

Juλian (he/him)16:05:36

with debug on, that paragraph looks like this in the dom:

{:tag :div,
   :attrs {:class "paragraph"},
   :content ({:tag :p, :attrs nil, :content ("<!--more-→")})}

Jakub Holý (HolyJak)16:05:46

sorry, need to escape with +++ , that is asciidoc thing, as I said, SEE MY CODE :-)

Jakub Holý (HolyJak)18:05:54

no problem 🙂 I guess I should update the docs to clarify the extra + necessary for adoc...