asciidoctor-vscode icon indicating copy to clipboard operation
asciidoctor-vscode copied to clipboard

Ignore frontmatter when showing preview

Open autoferrit opened this issue 7 years ago • 2 comments
trafficstars

Asciidoc, like markdown, is used by people writing blog posts. It would be great if it were able to ignore rendering the front matter of a file from being included into the preview. This is commonly done as

---
title: cool example
---
body content

or

+++
title: cool example 2
+++
body content

Ideally, the content inside the --- or +++ blocks would be ignored.

autoferrit avatar Aug 20 '18 00:08 autoferrit