File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ require (
2727 github.com/ProtonMail/go-crypto v1.0.0
2828 github.com/PuerkitoBio/goquery v1.10.0
2929 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
3131 github.com/aws/aws-sdk-go-v2/credentials v1.17.42
3232 github.com/aws/aws-sdk-go-v2/service/codecommit v1.27.3
3333 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
8686github.com/alecthomas/chroma/v2 v2.2.0 /go.mod h1:vf4zrexSH54oEjJ7EdB65tGNHmH3pGZmVkgTP5RHvAs =
8787github.com/alecthomas/chroma/v2 v2.14.0 h1:R3+wzpnUArGcQz7fCETQBzO5n9IMNi13iIs46aU4V9E =
8888github.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 =
8991github.com/alecthomas/repr v0.0.0-20220113201626-b1b626ac65ae /go.mod h1:2kn6fqh/zIyPLmm3ugklbEi5hg5wS435eygvNfaDQL8 =
9092github.com/alecthomas/repr v0.4.0 h1:GhI2A8MACjfegCPVq9f1FLvIBS+DrQ2KQBFZP1iFzXc =
9193github.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() {
103103}
104104#+end_src
105105` , `<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>
108108 <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>
109109<span class="p">}</span></code></pre>
110110</div>` )
You can’t perform that action at this time.
0 commit comments