We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
math: adhere to Hugo's default config params #923
ac9a883
b07d21c
McShelby
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: