From 03a4487e8679bf5d3b274f7f75e7c5ff1dd3539e Mon Sep 17 00:00:00 2001 From: Gary Wang Date: Fri, 19 Nov 2021 15:31:32 +0800 Subject: [PATCH] Correct the emphasis markup (#1747) According to https://orgmode.org/manual/Emphasis-and-Monospace.html, it should be =verbatim= and ~code~ --- org-mode.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/org-mode.md b/org-mode.md index 52a940392..9a63784b1 100644 --- a/org-mode.md +++ b/org-mode.md @@ -44,8 +44,8 @@ To buy: *bold* /italic/ _underline_ -=code= -~verbatim~ +=verbatim= +~code~ +strike-through+ ```