Skip to content

<details> tag conversion from markdown to html is not working starting v1.2.0 #31

@vincentdelmundo

Description

@vincentdelmundo

plugin version: 1.2.0

in v1.0.0, the markdown format inside the expandable block is converted correctly to html

ex.

in md

<details>
<summary>some summary</summary>

# header
## header2

</details>

=>
in html

some summary

header

header2

but in v1.2.0

in md

<details>
<summary>some summary</summary>

# header
## header2

</details>

=>
in html

some summary # header ## header2

Is there a workaround for this behavior?

Note: it is working in Github markdown, but having issues when converted to html

  • tried v2.2.0, and still having issue

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions