Clarify variable substitution indentation in templates (#5338)

Add `The value of a variable will be indented to the same level as the variable.` to the MANUAL.
This commit is contained in:
Agustín Martín Barbero 2019-02-28 08:45:41 -08:00 committed by John MacFarlane
parent 11aa5fd288
commit b5d393fc61

View file

@ -1928,6 +1928,8 @@ an object as its value. So, for example:
$author.name$ ($author.affiliation$)
The value of a variable will be indented to the same level as the variable.
If you use custom templates, you may need to revise them as pandoc
changes. We recommend tracking the changes in the default templates,
and modifying your custom templates accordingly. An easy way to do this