File tree 3 files changed +5
-3
lines changed
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ require (
27
27
github.com/ProtonMail/go-crypto v1.0.0
28
28
github.com/PuerkitoBio/goquery v1.10.0
29
29
github.com/SaveTheRbtz/zstd-seekable-format-go/pkg v0.7.3
30
- github.com/alecthomas/chroma/v2 v2.14 .0
30
+ github.com/alecthomas/chroma/v2 v2.15 .0
31
31
github.com/aws/aws-sdk-go-v2/credentials v1.17.42
32
32
github.com/aws/aws-sdk-go-v2/service/codecommit v1.27.3
33
33
github.com/blakesmith/ar v0.0.0-20190502131153-809d4375e1fb
Original file line number Diff line number Diff line change @@ -86,6 +86,8 @@ github.com/alecthomas/assert/v2 v2.7.0/go.mod h1:Bze95FyfUr7x34QZrjL+XP+0qgp/zg8
86
86
github.com/alecthomas/chroma/v2 v2.2.0 /go.mod h1:vf4zrexSH54oEjJ7EdB65tGNHmH3pGZmVkgTP5RHvAs =
87
87
github.com/alecthomas/chroma/v2 v2.14.0 h1:R3+wzpnUArGcQz7fCETQBzO5n9IMNi13iIs46aU4V9E =
88
88
github.com/alecthomas/chroma/v2 v2.14.0 /go.mod h1:QolEbTfmUHIMVpBqxeDnNBj2uoeI4EbYP4i6n68SG4I =
89
+ github.com/alecthomas/chroma/v2 v2.15.0 h1:LxXTQHFoYrstG2nnV9y2X5O94sOBzf0CIUpSTbpxvMc =
90
+ github.com/alecthomas/chroma/v2 v2.15.0 /go.mod h1:gUhVLrPDXPtp/f+L1jo9xepo9gL4eLwRuGAunSZMkio =
89
91
github.com/alecthomas/repr v0.0.0-20220113201626-b1b626ac65ae /go.mod h1:2kn6fqh/zIyPLmm3ugklbEi5hg5wS435eygvNfaDQL8 =
90
92
github.com/alecthomas/repr v0.4.0 h1:GhI2A8MACjfegCPVq9f1FLvIBS+DrQ2KQBFZP1iFzXc =
91
93
github.com/alecthomas/repr v0.4.0 /go.mod h1:Fr0507jx4eOXV7AlPV6AVZLYrLIuIeSOWtW57eE/O/4 =
Original file line number Diff line number Diff line change @@ -103,8 +103,8 @@ func HelloWorld() {
103
103
}
104
104
#+end_src
105
105
` , `<div class="src src-go">
106
- <pre><code class="chroma language-go"><span class="c1">// HelloWorld prints "Hello World"
107
- </span><span class="c1"></span>< span class="kd">func</span> <span class="nf">HelloWorld</span><span class="p">()</span> <span class="p">{</span>
106
+ <pre><code class="chroma language-go"><span class="c1">// HelloWorld prints "Hello World"</span>
107
+ <span class="kd">func</span> <span class="nf">HelloWorld</span><span class="p">()</span> <span class="p">{</span>
108
108
<span class="nx">fmt</span><span class="p">.</span><span class="nf">Println</span><span class="p">(</span><span class="s">"Hello World"</span><span class="p">)</span>
109
109
<span class="p">}</span></code></pre>
110
110
</div>` )
You can’t perform that action at this time.
0 commit comments