From c79f17175bb7ed00764ea8ce14b2b427be9c5f71 Mon Sep 17 00:00:00 2001 From: danbjoseph Date: Thu, 10 Dec 2020 20:45:21 -0500 Subject: [PATCH] update readme about italics --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4eac095d6..fda16a42f 100644 --- a/README.md +++ b/README.md @@ -143,9 +143,10 @@ There are special characters used for: ```plain An `italic section of text` will have a single backtick on either side. +An *italic section of text* may also have a single asterisk on either side. ``` -Italic text needs to have a space before, then a backtick or grave accent (\`) that touches the first character of the italic text, then the italic text, then a backtick or grave accent (\`) that touches the last character of the italic text, then a space. +Italic text needs to have a space before, then a backtick or grave accent (\`) that touches the first character of the italic text, then the italic text, then a backtick or grave accent (\`) that touches the last character of the italic text, then a space. The backticks may also be asterisks. ![](https://raw.githubusercontent.com/OpenDroneMap/docs/publish/source/readme-img/reST_syntax_italic_transifex.png) ![](https://raw.githubusercontent.com/OpenDroneMap/docs/publish/source/readme-img/reST_syntax_italic_en.png)