GitbookIO / kramed

A markdown (kramdown compatible) parser and compiler. Built for speed. (Fork of marked)
MIT License
223 stars 47 forks source link

parse_block_html is not supported #31

Open remort opened 8 years ago

remort commented 8 years ago
<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.

jmatsushita commented 8 years ago

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