Fix italics underscores in markdown doc (Fix #748) (#750)

let's just get this out of the way ^^ There are more important issues...
This commit is contained in:
Felix Rindt
2018-01-17 12:15:14 +01:00
committed by Raphael Michel
parent d622f38e1d
commit fc7bafe3d9
+1 -1
View File
@@ -25,7 +25,7 @@ To set a text in italics, you can put it in asterisks or underscores. For exampl
will become:
Please *really* pay your _ticket_.
Please *really* pay your *ticket*.
If you set double asterisks or underscores, the text will be printed in bold. For example,