Closed McShelby closed 1 month ago
With the passthrough configuration it is necessary to force load the MahtJax library on the client side.
Hugo's documentation gives a math=true param in its examples while the theme wants to have disableMathJax=false.
math=true
disableMathJax=false
Besides the double negation it is also desirable to have the theme parameter named the same way as in Hugo's docs.
And while changing it for the math shortcode, the same parameter for the openapi and mermaid shortcode should be changed aswell.
With the passthrough configuration it is necessary to force load the MahtJax library on the client side.
Hugo's documentation gives a
math=true
param in its examples while the theme wants to havedisableMathJax=false
.Besides the double negation it is also desirable to have the theme parameter named the same way as in Hugo's docs.
And while changing it for the math shortcode, the same parameter for the openapi and mermaid shortcode should be changed aswell.