1 post tagged with
# markdown
- How to Remove Markdown Frontmatter Programmatically
Detect if the file starts with
---
, then strip out everything up to the next---
.
-->
Detect if the file starts with ---
, then strip out everything up to the next ---
.