Skip to content

Instantly share code, notes, and snippets.

@vdavez
Forked from konklone/config.yaml
Created June 6, 2014 04:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vdavez/b0e68b40fdbde27aebd7 to your computer and use it in GitHub Desktop.
Save vdavez/b0e68b40fdbde27aebd7 to your computer and use it in GitHub Desktop.
legalmd-gist
levels:
- form: $x.
num: I
- form: $x.
num: A
- form: ($x)
num: 1
name: Legal Markdown
test: hello!!!

#{{name}}

Type some markdown here to try it out. Legal citations become links.

See, e.g., 35 USC 112 and D.C. Official Code 2-531.

l. |xref| Make nested lists ll. It's easy to do ll. Just add a lowercase l and a period . lll. Or many lll. You can even use cross references. Try adding a level before |xref| lll. Let your imagination run wild. l. So, woohoo!

<h1 id="legalmarkdown">Legal Markdown</h1>
<p>Type some <em>markdown</em> here to try it out. Legal citations become links.</p>
<p>See, e.g., <a href='http://www.law.cornell.edu/uscode/text/35/112'>35 USC 112</a> and <a href='http://dccode.org/simple/sections/2-531.html'>D.C. Official Code 2-531</a>.</p>
<p>I. Make nested lists</p>
<p>A. It's easy to do</p>
<p>B. Just add a lowercase <code>l</code> and a period <code>.</code></p>
<p>(1) Or many</p>
<p>(2) You can even use cross references. Try adding a level before I.</p>
<p>(3) Let your imagination run wild.</p>
<p>II. So, woohoo!</p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment