mirror of https://github.com/laurent22/joplin.git
Doc: Add mhchem doc
parent
27d0a8f6e7
commit
cc24398e71
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
|
@ -13,6 +13,11 @@
|
|||
"**/_mydocs/EnexSamples/*.enex": true,
|
||||
"**/*.base64": true,
|
||||
"**/*.bundle.js": true,
|
||||
"**/*.ttf": true,
|
||||
"**/*.eot": true,
|
||||
"**/*.woff": true,
|
||||
"**/*.woff2": true,
|
||||
"**/*.ico": true,
|
||||
"**/*.icns": true,
|
||||
"**/*.jar": true,
|
||||
"**/*.map": true,
|
||||
|
@ -57,6 +62,7 @@
|
|||
"ElectronClient/build/": true,
|
||||
"ElectronClient/dist/": true,
|
||||
"node_modules/": true,
|
||||
"docs/images/flags": true,
|
||||
"ReactNativeClient/android/.gradle/": true,
|
||||
"ReactNativeClient/android/.idea/": true,
|
||||
"ReactNativeClient/android/app/build/": true,
|
||||
|
|
|
@ -88,7 +88,13 @@ For example:
|
|||
|
||||
Here is an example with the Markdown and rendered result side by side:
|
||||
|
||||
<img src="https://joplinapp.org/images/Katex.png" height="400px">
|
||||
<img src="https://joplinapp.org/images/Katex.png" height="345px">
|
||||
|
||||
### Chemical equations
|
||||
|
||||
Joplin supports chemical equations via the mhchem plugin for KaTeX. This plugin is automatically enabled if you enable math notation. See the [mhchem documentation](https://mhchem.github.io/MathJax-mhchem/) for the syntax.
|
||||
|
||||
<img src="https://joplinapp.org/images/Katex_mhchem.png" height="196px">
|
||||
|
||||
### Checkboxes
|
||||
|
||||
|
|
Loading…
Reference in New Issue