Correct the emphasis markup (#1747)
According to https://orgmode.org/manual/Emphasis-and-Monospace.html, it should be =verbatim= and ~code~
This commit is contained in:
parent
6e34105043
commit
03a4487e86
|
@ -44,8 +44,8 @@ To buy:
|
||||||
*bold*
|
*bold*
|
||||||
/italic/
|
/italic/
|
||||||
_underline_
|
_underline_
|
||||||
=code=
|
=verbatim=
|
||||||
~verbatim~
|
~code~
|
||||||
+strike-through+
|
+strike-through+
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue