Skip to content

Commit

Permalink
disable mathjax to fix $ rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
weberc2 committed Apr 28, 2024
1 parent c7a7036 commit a2447c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/markdown/convert.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ type Config struct {
DeprecateHeadings uint8
}

const CommonExtensions = parser.CommonExtensions
const CommonExtensions = parser.CommonExtensions &^ parser.MathJax

type visitor struct {
*Config
Expand Down

0 comments on commit a2447c0

Please sign in to comment.