Skip to content

Commit

Permalink
🔥 Remove KaTeX support in markdown
Browse files Browse the repository at this point in the history
depends on a js interpreter that can't be cross-compiled
  • Loading branch information
ewen-lbh committed Apr 27, 2024
1 parent 1a203bd commit 44a41e6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions description.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ import (

// goldmarkFrontmatter "github.com/abhinav/goldmark-frontmatter"
goldmarkD2 "github.com/FurqanSoftware/goldmark-d2"
goldmarkKaTeX "github.com/FurqanSoftware/goldmark-katex"
)

const (
Expand All @@ -51,7 +50,6 @@ var markdownParser = goldmark.New(
extension.Typographer,
extension.CJK,
goldmarkHighlight.NewHighlighting(),
&goldmarkKaTeX.Extender{},
&goldmarkD2.Extender{},
),
goldmark.WithRendererOptions(
Expand Down
2 changes: 1 addition & 1 deletion meta.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package ortfodb

const Version = "1.5.0"
const Version = "1.6.0"

0 comments on commit 44a41e6

Please sign in to comment.