Add asides instructions to syntax.md

This commit is contained in:
Robert Lord 2013-11-18 11:39:47 -08:00
parent 446f9341b9
commit c1502d0476

View file

@ -88,3 +88,17 @@ You can use those formatting rules in code annotations, tables, paragraphs, list
## Links
This is an [internal link](#error-code-definitions), this is an [external link](http://google.com).
## Notes and Warnings
You can add little highlighted warnings and notes with just a little HTML embedded in your markdown document:
<aside class="notice">
You must replace `meowmeowmeow` with your personal API key.
</aside>
Use `class="notice"` for blue notes, `class="warning"` for red warnings, and `class="success"` for green notes.
## Need Help?
If you have trouble with any of the syntax, or if it's confusing, let us know by filing an issue. Thanks!