Is it possible to change the YAML frontmatter delimiter from:
---
title: title
---
to
+++
title = "title"
+++
I’d like it to work for my static site generator.
Is it possible to change the YAML frontmatter delimiter from:
---
title: title
---
to
+++
title = "title"
+++
I’d like it to work for my static site generator.
No, this is supported right now.