MathJax extension for python-markdown
Project description
=====================================
MarkJax extension for Python-Markdown
=====================================
.. note::
"\" is a escape character and use "\\" to show "\".
TeX or LaTeX
============
::
```markdown
inline preprocess : \( E = mc^2 \)
display preprocess: $$ E = mc^2 $$
display preprocess: \[ E = mc^2 \]
```
html output::
```html
<script type="math/tex">E = mc^2</script>
<script type="math/tex; mode=display">E = mc^2</script>
```
.. note::
"$" is USD unit, so ignore it.
AsciiMath
=========
::
```markdown
preprocess: \` E = mc^2 \`
```
html output::
```html
<script type="math/asciimath; mode=display">E = mc^2</script>
```
MarkJax extension for Python-Markdown
=====================================
.. note::
"\" is a escape character and use "\\" to show "\".
TeX or LaTeX
============
::
```markdown
inline preprocess : \( E = mc^2 \)
display preprocess: $$ E = mc^2 $$
display preprocess: \[ E = mc^2 \]
```
html output::
```html
<script type="math/tex">E = mc^2</script>
<script type="math/tex; mode=display">E = mc^2</script>
```
.. note::
"$" is USD unit, so ignore it.
AsciiMath
=========
::
```markdown
preprocess: \` E = mc^2 \`
```
html output::
```html
<script type="math/asciimath; mode=display">E = mc^2</script>
```
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file python_markdown_mathjax-1.0.4-py3-none-any.whl
.
File metadata
- Download URL: python_markdown_mathjax-1.0.4-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0de82ca4d4440754fa226f672ad7ac68b36067ba3ec86d925606c6a7d0b2af51 |
|
MD5 | 584b78aceb7843071ed689f075124003 |
|
BLAKE2b-256 | 4679bb1a54669c0dd604ae8ccac1a782a6d8ab03d37b0bdee1de38ada8f43ca1 |