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.