fix: latex rendering bugs + patch for #195

This commit is contained in:
Jacky Zhao 2022-09-11 18:03:55 -07:00
parent ca84da5b31
commit e6c7a4e1e2
6 changed files with 10 additions and 8 deletions

View file

@ -160,6 +160,9 @@
{left: '$$', right: '$$', display: true},
{left: '$', right: '$', display: false},
],
macros: {
'': "'"
},
throwOnError : false
});
{{end}}