From f10e324f5f1e2a33f27df88f00fd81f834c5547b Mon Sep 17 00:00:00 2001 From: Robert Lord Date: Wed, 16 Oct 2013 13:01:47 -0700 Subject: [PATCH] Fix incorrect instructions in syntax help file --- syntax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syntax.md b/syntax.md index b4b42f1..c9772f6 100644 --- a/syntax.md +++ b/syntax.md @@ -67,7 +67,7 @@ If you don't like that syntax, feel free to use normal html ``s directly ## Formatting Text: - This text is ***bold***, this is **italic**, this is an `inline code block`. + This text is **bold**, this is *italic*, this is an `inline code block`. You can use those formatting rules in code annotations, tables, paragraphs, lists, wherever.