forked from Thunix/www
Beginning of site ver 3.0
This commit is contained in:
17
parsedown-extra-0.7.1/test/data/definition_list.html
Normal file
17
parsedown-extra-0.7.1/test/data/definition_list.html
Normal file
@@ -0,0 +1,17 @@
|
||||
<dl>
|
||||
<dt>Term 1</dt>
|
||||
<dd>one</dd>
|
||||
<dd>two
|
||||
extra line</dd>
|
||||
<dt>Term 2</dt>
|
||||
<dd><p>lazy
|
||||
line</p></dd>
|
||||
<dd><p>multiple</p>
|
||||
<p>paragraphs</p></dd>
|
||||
<dd><p>nested</p>
|
||||
<pre><code>code block</code></pre>
|
||||
<blockquote>
|
||||
<p>quote
|
||||
block</p>
|
||||
</blockquote></dd>
|
||||
</dl>
|
||||
Reference in New Issue
Block a user