mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 14:14:55 +00:00
Fixed italics
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -116,7 +116,7 @@
|
||||
:org
|
||||
"/"
|
||||
:markdown
|
||||
"__"
|
||||
"_"
|
||||
"")))
|
||||
(defn get-underline
|
||||
[format]
|
||||
|
||||
Reference in New Issue
Block a user