From 73345c7dc06a6488f34d4a76906a62171a519278 Mon Sep 17 00:00:00 2001 From: Aleksey Veresov Date: Tue, 5 Nov 2019 19:46:50 +0300 Subject: [texo] Medium has been changed. --- examples/markdown.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/markdown.md') 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(); } ``` -- cgit v1.2.3