asciidoctor / kramdown-asciidoc

A kramdown extension for converting Markdown documents to AsciiDoc.
Other
209 stars 19 forks source link

List continuation does not work with YAML code block #110

Closed apinnick closed 1 year ago

apinnick commented 1 year ago

List continuation ("+") works with indented bash code block but not with indented yaml code block.

https://github.com/asciidoctor/kramdown-asciidoc/pull/111

mojavelinux commented 1 year ago

You have not used enough indentation. The list content has to be indented at least as much as the principal list text. You have intended 2 characters. It needs to be at least 3, and in some Markdown implementations, it must be 4.

Please verify you have the correct Markdown syntax before raising issues here. This is not a support portal for Markdown. You can check if you have the right syntax by running kramdown on your Markdown file or by using a Markdown editor.