The following collapsible markdown can be rendered correctly on github, but rendering on boostnote is not normal.
The content has not been folded. If the line break is removed, the content can be collapsed, but the markdown syntax cannot be rendered.
collapsible markdown
CLICK ME
yes, even hidden code blocks!
print("hello world!")

collapsible markdown works just like github.
**collapsible markdown**
<details><summary>CLICK ME</summary>
*yes, even hidden code blocks!*
\```python
print("hello world!")
\```
</details>
I cannot reproduce the issue on Boostnote 0.11.13 (MacOS Sierra).
Before unfolding:

Unfolded:

Everything works as expected.
Must have "Allow dangerous html tags" in Preferences -> Interface -> Sanitisation.
@mevers Awesome, it works.
Most helpful comment
I cannot reproduce the issue on Boostnote 0.11.13 (MacOS Sierra).
Before unfolding:

Unfolded:

Everything works as expected.
Must have
"Allow dangerous html tags"in Preferences -> Interface -> Sanitisation.