Sha256: c9c940d38212dfdc68dce2f6c0a40635dc95f399ab10b6d4a92fbddce8d3304a

Contents?: true

Size: 928 Bytes

Versions: 13

Compression:

Stored size: 928 Bytes

Contents

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

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.

For example, let's have an entry for `glossary`.[^glossary] And what about
ampersands?[^amp]

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

	[^glossary]: glossary: Glossary 
		A section at the end ...
		
	[^amp]: glossary: & (ampersand)
		A punctuation mark ...

[^glossary]: glossary: Glossary 
	A section at the end ...

[^amp]: glossary: & (ampersand)
	A punctuation mark ...

Version data entries

13 entries across 7 versions & 2 rubygems

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