madskristensen / MarkdownEditor

A Visual Studio extension
Other
409 stars 92 forks source link

Github spoiler tag breaks preview #188

Open v-echo opened 5 years ago

v-echo commented 5 years ago

Installed product versions

Description

<details> tag is not recognized and parsed in the preview

Steps to recreate

  1. Create markdown file
  2. Add a
    tag like here
  3. Check the preview

Current behavior

The tag is not rendered as a spoiler and any markdown inside it is stripped (for example code blocks appear as text).

Expected behavior

The preview should recognize the tag as a spoiler tag and render it appropriately. Any markdown inside it should work as expected.

madskristensen commented 2 years ago

This is an issue with Markdig