File: DefinitionListWithFencedCodeBlock.tests

package info (click to toggle)
golang-github-gomarkdown-markdown 0.0~git20220731.dcdaee8-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 940 kB
  • sloc: sh: 23; makefile: 4
file content (19 lines) | stat: -rw-r--r-- 167 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
one:
: def1

two:
: def2

    ~~~
    code
    ~~~
+++
<dl>
<dt>one:</dt>
<dd><p>def1</p></dd>
<dt>two:</dt>
<dd><p>def2</p>

<pre><code>code
</code></pre></dd>
</dl>