Variables are strings in the markdown file that are meant to replaced with values with the markdown-template-engine.
They can only be capital letters enclosed in lesser/greater than symbols. They can not contain numbers or lowercase letters.
They can however contain hypens (-).
An example for a variable could be,
<NAME> or <FULL-NAME>
Variables CAN NOT be,
<name> or <full0name>.