- Words get **bold** by enclosing them in **\*** asterisks
- Words get _italic_ by enclosing them in **\_** underscores
- Words get **_bold italic_** by enclosing them in **\_\_** double-underscores
-- Words get shown in `fixed font` by enclosing them in = equal signs
+- Words get shown in `fixed font` by enclosing them in **=** equal signs
+- Words get shown in <code>**bold fixed font**</code> by enclosing them in **==** double equal signs
- Note for **bold** , _italic_ , **_bold italic_** and `fixed font` text:
- Make sure to "stick" the `* _ =` signs to the characters, e.g.
- _This works_