cherry-markdown
cherry-markdown copied to clipboard
`<details>` render weird when with no space in a new line
<details>
detail11
<summary>
summ1
</summary>
detail22
detail33
</details>

This is caused by a feature witch transform paragraph(with new line) to '<p></p>'. We plan to develop a plugin(use a exclusive grammar) to support '<details>'
Thanks, plugin would be awesome, great job~
we have publish this plugin~