I’m wondering if there is a way to take values from front matter and insert them into the main body?
example:
---
name: Tim
---
Hi my name is {{name}}.
If you would like email me, please do so at {{name}}@example.com
I’m wondering if there is a way to take values from front matter and insert them into the main body?
example:
---
name: Tim
---
Hi my name is {{name}}.
If you would like email me, please do so at {{name}}@example.com
I LOVE this idea!
MultiMarkdown has existing syntax for this feature (in case one is wanted):
Hi my name is [%name].
If you would like email me, please do so at [%name]@example.com