Fix LaTeX rendering

This commit is contained in:
arnaucube
2022-07-08 09:27:18 +02:00
parent 0c5629a3a6
commit 141fe19337
5 changed files with 15 additions and 14 deletions

3
go.mod
View File

@@ -5,8 +5,7 @@ go 1.14
require (
github.com/fatih/color v1.9.0
github.com/fsnotify/fsnotify v1.4.9
github.com/gomarkdown/markdown v0.0.0-20220627144906-e9a81102ebeb
github.com/gorilla/mux v1.7.4
github.com/gorilla/websocket v1.4.2
github.com/russross/blackfriday/v2 v2.0.1
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
)