Sha256: c589ff9d51e3b7c10b507003944ba1b6b16fae0752350bd7bc94daf8940baf17

Contents?: true

Size: 1021 Bytes

Versions: 6

Compression:

Stored size: 1021 Bytes

Contents

<p>latex input: mmd-article-header
Title: MultiMarkdown Glossary Test<br/>
CSS: http://fletcherpenney.net/css/document.css<br/>
latex input: mmd-article-begin-doc
latex footer: mmd-memoir-footer</p>

<p>MultiMarkdown has a special format for footnotes that should represent
glossary terms. This doesn't make much difference in XHTML (because there is
no such thing as a glossary in XHTML), but can be used to generate a glossary
within LaTeX documents.</p>

<p>For example, let's have an entry for <code>glossary</code>.[^glossary] And what about
ampersands?[^amp]</p>

<p>Since we want the ampersand entry to be sorted with the a's, and not with
symbols, we put in the optional sort key <code>ampersand</code> to control sorting.</p>

<pre><code>[^glossary]: glossary: Glossary 
    A section at the end ...

[^amp]: glossary: &amp; (ampersand)
    A punctuation mark ...
</code></pre>

<p>[^glossary]: glossary: Glossary
 A section at the end ...</p>

<p>[^amp]: glossary: &amp; (ampersand)
 A punctuation mark ...</p>

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
rpeg-multimarkdown-0.2.2 test/MultiMarkdownTest/CompatibilityTests/Glossary.html
rpeg-multimarkdown-0.2.1 test/MultiMarkdownTest/CompatibilityTests/Glossary.html
rpeg-multimarkdown-0.2 test/MultiMarkdownTest/CompatibilityTests/Glossary.html
rpeg-multimarkdown2-2.0.3 test/MultiMarkdownTest/CompatibilityTests/Glossary.html
rpeg-multimarkdown2-2.0.2 test/MultiMarkdownTest/CompatibilityTests/Glossary.html
rpeg-multimarkdown2-2.0.1 test/MultiMarkdownTest/CompatibilityTests/Glossary.html