You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GitHub's built-in markdown renderer (as used for many README.md files) supports collapsible details sections. Can we have that same support implemented in MarkdownViewer++?
Markdown to reproduce
<details>
<summary>Click me for more details</summary>
Here is a more detailed explanation, hidden in this collapsible section.
</details>
Environment
Notepad++ 8.4.8 (x64)
MarkdownViewer++ 0.8.2
Windows 10 (x64)
The text was updated successfully, but these errors were encountered:
Issue description
GitHub's built-in markdown renderer (as used for many README.md files) supports collapsible details sections. Can we have that same support implemented in MarkdownViewer++?
Markdown to reproduce
Environment
The text was updated successfully, but these errors were encountered: