mirror of
https://github.com/logseq/logseq.git
synced 2026-02-01 22:47:36 +00:00
add mhchem plugin
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
-/resources/static/js/sentry.min.js
|
||||
-/resources/static/js/highlight.min.js
|
||||
-/resources/static/js/katex.min.js
|
||||
-/resources/static/js/mhchem.min.js
|
||||
-/resources/static/js/mldoc.min.js
|
||||
-/resources/static/js/reveal.min.js
|
||||
-/resources/static/js/sci.min.js
|
||||
|
||||
1
resources/js/mhchem.min.js
vendored
Normal file
1
resources/js/mhchem.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
@@ -34,8 +34,11 @@
|
||||
(loader/load
|
||||
(config/asset-uri "/static/js/katex.min.js")
|
||||
(fn []
|
||||
(reset! *loading? false)
|
||||
(render! state)))))
|
||||
(loader/load
|
||||
(config/asset-uri "/static/js/mhchem.min.js")
|
||||
(fn []
|
||||
(reset! *loading? false)
|
||||
(render! state)))))))
|
||||
state)
|
||||
|
||||
(rum/defc latex < rum/reactive
|
||||
|
||||
Reference in New Issue
Block a user