update readme about italics

pull/88/head
danbjoseph 2020-12-10 20:45:21 -05:00
rodzic 68b0043aad
commit c79f17175b
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -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)