Sha256: 4d3d59eaf5685f369a13b10240071d2c6a91d96fefe25d129c17012242aa1cc1

Contents?: true

Size: 949 Bytes

Versions: 7

Compression:

Stored size: 949 Bytes

Contents

latex input:		mmd-article-header
Title:				MultiMarkdown Glossary Test  
CSS:				http://fletcherpenney.net/css/document.css  
latex mode:			memoir
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

7 entries across 7 versions & 2 rubygems

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