Skip to content

Instantly share code, notes, and snippets.

@runemadsen
Last active August 29, 2015 13:56
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 runemadsen/9259948 to your computer and use it in GitHub Desktop.
Save runemadsen/9259948 to your computer and use it in GitHub Desktop.

Figures

Figures in Atlas is straight up HTML:

<figure id="figure1-1">
 <img src="../../figures/18333fig0101-tn.png"/>
  <figcaption>Local version control diagram.</figcaption>
</figure>

Example diff

Cross References

Internal links in documents can be created with the hash syntax:

<a data-type="xref" href="#rebase-example">My Link</a>
<figure id="rebase-example">

Tables

You should use GFM for tables.

Example Diff

Notes

Use data-type="note" for notes:

<div data-type="note">
 <span class="notelabel">Note</span>
 Note text!
</div>

Example Diff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment