File: code_in_list.test

package info (click to toggle)
golang-github-gomarkdown-markdown 0.0~git20231115.a660076-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,168 kB
  • sloc: sh: 26; makefile: 5
file content (29 lines) | stat: -rw-r--r-- 249 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
1. list


    code maybe
+++
<ol>
<li><p>list</p>

<p>code maybe</p></li>
</ol>
+++
not list

    code maybe
+++
<p>not list</p>

<pre><code>code maybe
</code></pre>
+++
1. list

    code maybe
+++
<ol>
<li><p>list</p>

<p>code maybe</p></li>
</ol>