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