Sha256: 16a98568727f77bbbeacc8f598de1ed90d8131868bcbf0ea602545990d39a8a5
Contents?: true
Size: 1.26 KB
Versions: 7
Compression:
Stored size: 1.26 KB
Contents
<?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta name="latexinput" content="mmd-article-header"/> <title>MultiMarkdown Definition List Test</title> <meta name="latexmode" content="memoir"/> <meta name="latexinput" content="mmd-article-begin-doc"/> <meta name="latexfooter" content="mmd-memoir-footer"/> </head> <body> <dl> <dt>Term 1 </dt> <dt>Term 2 </dt> <dd>Definition a</dd> <dt>Term 3 </dt> <dd>Definition b</dd> <dd>Definition c</dd> <dt>Term 1 </dt> <dd> <p>This is a definition with two paragraphs. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam hendrerit mi posuere lectus.</p> <p>Vestibulum enim wisi, viverra nec, fringilla in, laoreet vitae, risus.</p></dd> <dd> <p>Second definition for term 1, also wrapped in a paragraph because of the blank line preceding it.</p></dd> <dt>Term 2 </dt> <dd> <p>This definition has a code block, a blockquote and a list.</p> <pre><code>code block. </code></pre> <blockquote> <p>block quote on two lines.</p> </blockquote> <ol> <li>first list item</li> <li>second list item</li> </ol></dd> </dl> <p>And this is a regular paragraph.</p> </body> </html>
Version data entries
7 entries across 7 versions & 2 rubygems