GitbookIO/kramed

parse_block_html is not supported

Opened this issue · 1 comments

<div>

1. list1
2. list2
3. list3

</div>

is always parsed like <div>1. list1 2. list2 3. list3 </div> no matter what i do:
set parse_block_html: true to kramed options
or write {::options parse_block_html="true" /} in html code before the opening div.

Very poor implemetation of kramdown you have.

Came here looking for this option as well. Would be great to see it implemented!