comparison go.mod @ 10:1ffe6e4f933c

Add math support through MathJax
author Jonatan Werpers <jonatan@werpers.com>
date Wed, 17 Jun 2020 22:13:03 +0200
parents a5aa39557726
children
comparison
equal deleted inserted replaced
9:0a3841171c8f 10:1ffe6e4f933c
2 2
3 go 1.14 3 go 1.14
4 4
5 require ( 5 require (
6 github.com/cbroglie/mustache v1.1.0 6 github.com/cbroglie/mustache v1.1.0
7 github.com/litao91/goldmark-mathjax v0.0.0-20191101121019-011def32b12f
7 github.com/yuin/goldmark v1.1.32 8 github.com/yuin/goldmark v1.1.32
8 github.com/yuin/goldmark-highlighting v0.0.0-20200307114337-60d527fdb691 9 github.com/yuin/goldmark-highlighting v0.0.0-20200307114337-60d527fdb691
9 github.com/yuin/goldmark-meta v0.0.0-20191126180153-f0638e958b60 10 github.com/yuin/goldmark-meta v0.0.0-20191126180153-f0638e958b60
10 ) 11 )