From eae3b270c03c345515542c0854d871dbe3b8d4a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Jos=C3=A9=20Pereira?= Date: Thu, 25 Oct 2018 10:41:10 -0300 Subject: [PATCH] docs: Update italic and emphasized documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Patrick José Pereira --- docs/definitions.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/definitions.md b/docs/definitions.md index a17e7bd..931452c 100644 --- a/docs/definitions.md +++ b/docs/definitions.md @@ -227,10 +227,20 @@ results in bold text ``` +## italic + +``` +*italic text* +``` +results in +```html +italic text +``` + ## emphasized ``` -*emphasized text* +_emphasized text_ ``` results in ```html