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
I'd like to associate a YAML file with one or more Markdown documents such that before a Markdown document is converted to HTML, its variable references are first replaced with the definitions from the YAML file.
Overview
I'd like to associate a YAML file with one or more Markdown documents such that before a Markdown document is converted to HTML, its variable references are first replaced with the definitions from the YAML file.
Interpolated Strings
For the interpolated string values, please see:
Examples
Consider the following files:
In /user/pages/01.blog/01.typesetting-markdown/definitions.yaml:
In /user/pages/01.blog/01.typesetting-markdown/item.md:
Produces:
This could also allow for globally defined page references:
Where:
The text was updated successfully, but these errors were encountered: