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

Support collapsible content #28

Open
IzaacJ opened this issue Feb 10, 2020 · 1 comment
Open

Support collapsible content #28

IzaacJ opened this issue Feb 10, 2020 · 1 comment
Assignees
Labels

Comments

@IzaacJ
Copy link

IzaacJ commented Feb 10, 2020

Subject of the issue

I've used this to include my changelog in the app, but the collapsable sections aren't working as expected.

Steps to reproduce

Include the library, load a CHANGELOG.md that contains collapsible sections which has markdown in them, according to this gist.

<details>
<summary>This shouldn't be parsed</summary>

### Some other text that should be bigger.
</details>

Expected behaviour

The markdown inside the collapsible section should be parsed and rendered as well.

An Example

This shouldn't be parsed

Some other text that should be bigger.

Actual behaviour

The markdown inside the collapsible section is rendered raw. Content outside it is rendered as expected.

Screenshots

Actual Behaviour - 1
Actual Behaviour - 2

@haie-grain
Copy link

i have 2 thins 2 say:
1- how did you made a collapasing thing?
2- you ca make it normal without the collapase thingy

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

No branches or pull requests

3 participants