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
At the moment, YAML front matter can be placed anywhere in the buffer, and md-roam will pick up the title, etc. from it.
This is not good.
Pandoc document specifies the front matter is at the top of a file:
A YAML metadata block is a valid YAML object, delimited by a line of three hyphens (---) at the top and a line of three hyphens (---) or three dots (...) at the bottom.
The text was updated successfully, but these errors were encountered:
At the moment, YAML front matter can be placed anywhere in the buffer, and
md-roam
will pick up the title, etc. from it.This is not good.
Pandoc document specifies the front matter is at the top of a file:
The text was updated successfully, but these errors were encountered: