You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
代码




其显示效果为
吞掉了整段的文字。
但是以下代码却能正常显示,即公式块不与文字紧排
显示效果如下
数学引擎:mathjax
hugo.toml有以下配置
··· toml
[markup.goldmark.extensions.passthrough]
enable = true
delimiters.block = [["\[", "\]"], ["$$", "$$"]]
delimiters.inline = [["\(", "\)"], ["$", "$"]]
···
求助解决方法,感谢!
Beta Was this translation helpful? Give feedback.
All reactions