From 3018ad9a32af7a7dbc3d06aa028bb473c11a46f3 Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Fri, 13 Dec 2019 23:40:58 +0100 Subject: [PATCH] Forgot a few fenced code blocks --- styles/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/styles/README.md b/styles/README.md index 3b634e8..8c097dd 100644 --- a/styles/README.md +++ b/styles/README.md @@ -463,7 +463,7 @@ The `emph` element represents an emphasized text. Markdown: -``` +```markdown This text is *emphasized*. ``` @@ -489,7 +489,7 @@ The `strong` element represents important text. Markdown: -``` +```markdown This text is **strong**. ``` @@ -515,7 +515,7 @@ The `hr` element represents a horizontal rule. Markdown: -``` +```markdown --- ```