l. |xref| This is Section X ll. This is a subsection. ll. This re-orders lll. This is a paragraph. Refers to Section |xref| ll. This a subsection.
Created
February 21, 2015 21:24
-
-
Save vdavez/0460ff24304b4a666b08 to your computer and use it in GitHub Desktop.
legalmd-gist
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| levels: | |
| - form: 'Sec. $x.' | |
| num: 1 | |
| - form: '($x) ' | |
| num: a | |
| - form: ($x) | |
| num: 1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Legal Markdown | |
| mustache: '[mustache powered-templating](http://mustache.github.io/)' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <p>Sec. 1. This is Section X </p> | |
| <p>(a) This is a subsection.</p> | |
| <p>(b) This re-orders</p> | |
| <p>(1) This is a paragraph. Refers to Section Sec. 1.</p> | |
| <p>(c) This a subsection.</p> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment