Fix incorrect instructions in syntax help file

This commit is contained in:
Robert Lord 2013-10-16 13:01:47 -07:00
parent 6a22d7c11d
commit f10e324f5f

View file

@ -67,7 +67,7 @@ If you don't like that syntax, feel free to use normal html `<table>`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.