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