Say I want to have a bunch of metadata at the top of a file such as
AUTHOR: Foo Bar
DATE: Jan 21 2052
. Now whenever I use the word AUTHOR somewhere in the file, I would like it to be substituted by Foo Bar
and DATE by Jan 21 2052
Does the markdown extension of Pandoc provide this feature?