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
Does this issue occur when all extensions are disabled?: Yes
VS Code Version: 1.92.0-insider
OS Version: Windows 10.0.17763
Steps to Reproduce:
Create and save Frontmatter.md with the content below:
---
title: "My Title"
date: May 1, 2001
---
# First Chapter
Some content
# Second Chapter
More content
Observe the following rendering:
The "Second Section" content should not be struck out.
If I remove the frontmatter or change the delimiters to ~~~ instead of ---, the rendering is correct, but this breaks pandoc which doesn't recognize ~~~ as front matter. The colors of the text also change:
The text was updated successfully, but these errors were encountered:
Thanks for creating this issue! We figured it's covering the same as another one we already have. Thus, we closed this one as a duplicate. You can search for similar existing issues. See also our issue reporting guidelines.
Does this issue occur when all extensions are disabled?: Yes
Steps to Reproduce:
Frontmatter.md
with the content below:~~~
instead of---
, the rendering is correct, but this breaks pandoc which doesn't recognize~~~
as front matter. The colors of the text also change:The text was updated successfully, but these errors were encountered: