Raw latex in yaml headers
trymnf opened this issue · 1 comments
trymnf commented
I have an issue when using raw Latex in the document's yaml header:
---
title: Title
date: \today{}
---
Here is a file in the same directory:
!include file.md
Yields the following pdf:
This is not a huge problem on its own, but header-includes
also doesn't work, which is a bit more of an issue.
Any thoughts?