From c1502d0476a3033560d575d0783eacb1582e4da6 Mon Sep 17 00:00:00 2001 From: Robert Lord Date: Mon, 18 Nov 2013 11:39:47 -0800 Subject: [PATCH] Add asides instructions to syntax.md --- syntax.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/syntax.md b/syntax.md index c9772f6..e814712 100644 --- a/syntax.md +++ b/syntax.md @@ -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: + + + +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!