Closed karmanyaahm closed 2 years ago
You need to leave a blank line before </details>
, then it will work:
- <details markdown="block">
<summary markdown="span">Website</summary>
- detail1
- detail2
</details>
Also, if you use the "markdown" attribute, you don't need the parse_block_html
option.
That fixed it. Thanks!
I input this into kramdown 2.3.1 using the command
and I get out errors and wrong output:
Is my input incorrectly formatted or is this a bug? This error only seems to happen when there's a list inside, not regular text with bold/italics etc. I also tried various different indentation levels for the inside list but this still happened.
PS: thanks for making kramdown :smiley: It has been very useful to my website.