-
Background. I am using quarto to render some math-intensive pages in a hugo project. I prefer I tried specifying So, my question is, is it possible to support Currently I am using the workaround by specifying |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
This seems to be a feature request for Pandoc to support outputing some mathml math as HTML in some markdown output supporting HTML. I am not sure we have an easy way to do this in place of Pandoc's internal for math support. |
Beta Was this translation helpful? Give feedback.
mathml
is supported only for HTML outputs by Pandoc andhugo-md
is based on a Markdown output. This means specifyingmathml
as a method won't do anything for markdown output.This seems to be a feature request for Pandoc to support outputing some mathml math as HTML in some markdown output supporting HTML.
I am not sure we have an easy way to do this in place of Pandoc's internal for math support.