Skip to content

Commit b4a38e4

Browse files
committed
Fix markdown test
1 parent 81ed904 commit b4a38e4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

modules/markup/markdown/markdown_test.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -166,23 +166,23 @@ func testAnswers(baseURLContent, baseURLImages string) []string {
166166
<h3 id="footnotes">Footnotes</h3>
167167
168168
<p>Here is a simple footnote,<sup id="fnref:1"><a href="#fn:1" rel="nofollow">1</a></sup> and here is a longer one.<sup id="fnref:bignote"><a href="#fn:bignote" rel="nofollow">2</a></sup></p>
169+
169170
<div>
170171
171172
<hr/>
172173
173174
<ol>
174-
<li id="fn:1">This is the first footnote.
175-
</li>
175+
<li id="fn:1">This is the first footnote.</li>
176176
177177
<li id="fn:bignote"><p>Here is one with multiple paragraphs and code.</p>
178178
179179
<p>Indent paragraphs to include them in the footnote.</p>
180180
181181
<p><code>{ my code }</code></p>
182182
183-
<p>Add as many paragraphs as you like.</p>
184-
</li>
183+
<p>Add as many paragraphs as you like.</p></li>
185184
</ol>
185+
186186
</div>
187187
`,
188188
}

0 commit comments

Comments
 (0)