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:
Gary Wang 2021-11-19 15:31:32 +08:00 committed by GitHub
parent 6e34105043
commit 03a4487e86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -44,8 +44,8 @@ To buy:
*bold* *bold*
/italic/ /italic/
_underline_ _underline_
=code= =verbatim=
~verbatim~ ~code~
+strike-through+ +strike-through+
``` ```