From 0e48f531749be959664a4e63ae652e8a8f5f8bd2 Mon Sep 17 00:00:00 2001 From: ipavlov-cb <89463514+ipavlov-cb@users.noreply.github.com> Date: Thu, 4 Nov 2021 13:03:49 +0200 Subject: [PATCH] BUG: Bold and italics hints are switched Fix hints for bold and italic embellishments. See https://daringfireball.net/projects/markdown/syntax#em --- static/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/index.html b/static/index.html index 7a4924e..1fb8c9e 100644 --- a/static/index.html +++ b/static/index.html @@ -151,9 +151,9 @@

D-Fine

Definition Links
[Text to show](#the word)
Bold
-
_bold_
+
__bold__
Italics
-
__italics__
+
_italics_
Code
`code`