summaryrefslogtreecommitdiff
path: root/examples/markdown.md
diff options
context:
space:
mode:
Diffstat (limited to 'examples/markdown.md')
-rw-r--r--examples/markdown.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/markdown.md b/examples/markdown.md
index d1413fd..341acb2 100644
--- a/examples/markdown.md
+++ b/examples/markdown.md
@@ -15,9 +15,9 @@ This was horizontal rule.
> *quote*.
```
-bool Block::is_code()
+bool Block::is\_code()
{
- return this->should_be();
+ **return** this->should\_be();
}
```