Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for collapsible details sections #158

Open
TryCatch22 opened this issue Jun 2, 2023 · 2 comments
Open

Add support for collapsible details sections #158

TryCatch22 opened this issue Jun 2, 2023 · 2 comments

Comments

@TryCatch22
Copy link

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

<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)
@TryCatch22
Copy link
Author

@DGrothe-PhD
Copy link

As a workaround, if you have VSCode installed, you can view your markdown files with extension vscode-markdown-pdf.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants