Insert body text from front matter

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

What I’m trying to do

5 Likes

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