-
-
Notifications
You must be signed in to change notification settings - Fork 801
Open
Labels
Description
https://pandoc.org/MANUAL.html#extension-yaml_metadata_block
YAML meta block is used to provide additional metadata for the markdown document. For example
---
title: my title
author: my name
date: today
---
when there is a title
metadata and #
with title, MD025 triggers.
toastal