summaryrefslogtreecommitdiff
path: root/examples/markdown.md
diff options
context:
space:
mode:
authorAleksey Veresov <aleksey@veresov.pro>2019-11-05 19:46:50 +0300
committerAleksey Veresov <aleksey@veresov.pro>2019-11-05 19:46:50 +0300
commit73345c7dc06a6488f34d4a76906a62171a519278 (patch)
tree28b1c588873a8154db03ba9abe344412c5ef2587 /examples/markdown.md
parent55fd715a4ea184644600be54531ce5b28bec9a90 (diff)
downloadtexo-73345c7dc06a6488f34d4a76906a62171a519278.tar
texo-73345c7dc06a6488f34d4a76906a62171a519278.tar.xz
texo-73345c7dc06a6488f34d4a76906a62171a519278.zip
[texo] Medium has been changed.
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();
}
```