unotes
unotes copied to clipboard
Unotes removes details section
Github supports details section in markdown. Example:
Some summary
Long content
- With all the usual features
- Like lists
Or code blocks
println 'Hello'
It is done by using html / mdx like tags:
<details>
<summary>Some summary</summary>
Long content
</details>
I think in past Unotes was actually with them. Currently (1.1.5) it does not render them in any way and removes the whole block whenever the note is open, which make Unotes unusable for people relying on them.