plugin version: 1.2.0
in v1.0.0, the markdown format inside the expandable block is converted correctly to html
ex.
in md
<details>
<summary>some summary</summary>
# header
## header2
</details>
=>
in html
some summary
header
header2
but in v1.2.0
in md
<details>
<summary>some summary</summary>
# header
## header2
</details>
=>
in html
some summary
# header
## header2
Is there a workaround for this behavior?
Note: it is working in Github markdown, but having issues when converted to html
- tried v2.2.0, and still having issue
plugin version: 1.2.0
in v1.0.0, the markdown format inside the expandable block is converted correctly to html
ex.
in md
=>
in html
some summary
header
header2
but in v1.2.0
in md
=>
in html
some summary
# header ## header2Is there a workaround for this behavior?
Note: it is working in Github markdown, but having issues when converted to html