Fixed italics

This commit is contained in:
Tienson Qin
2020-07-24 21:42:39 +08:00
parent dfedda136a
commit 50002f484b
3 changed files with 2 additions and 3 deletions

View File

@@ -138,7 +138,7 @@
[:table
[:tbody
[:tr [:td "**Bold**"] [:td.text-right [:b "Bold"]]]
[:tr [:td "__Italics__"] [:td.text-right [:i "Italics"]]]
[:tr [:td "_Italics_"] [:td.text-right [:i "Italics"]]]
[:tr [:td "~~Strikethrough~~"] [:td.text-right [:del "Strikethrough"]]]
[:tr [:td "^^highlight^^"] [:td.text-right [:mark "highlight"]]]
[:tr [:td "$$E = mc^2$$"] [:td.text-right (latex/latex

View File

@@ -120,7 +120,6 @@
(rum/defc custom-context-menu < rum/reactive
[]
(prn "show? " (state/sub :custom-context-menu/show?))
(when (state/sub :custom-context-menu/show?)
(ui/css-transition
{:class-names "fade"

View File

@@ -116,7 +116,7 @@
:org
"/"
:markdown
"__"
"_"
"")))
(defn get-underline
[format]