I am preparing slides using markdown and using pandoc
to convert them to HTML slides for use with reveal.js
.
The resulting titles default to uppercase. I want them to appear in "titlecase" where each word is capitalized, but not all letters are.
Which setting in which file enforces uppercase titles?
And what is the recommended method of changing it to "titlecase"?
Thanks.