Skip to main content

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>
```

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

python_markdown_mathjax-1.0.4-py3-none-any.whl (3.8 kB view details)

Uploaded Python 3

File details

Details for the file python_markdown_mathjax-1.0.4-py3-none-any.whl.

File metadata

File hashes

Hashes for python_markdown_mathjax-1.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 0de82ca4d4440754fa226f672ad7ac68b36067ba3ec86d925606c6a7d0b2af51
MD5 584b78aceb7843071ed689f075124003
BLAKE2b-256 4679bb1a54669c0dd604ae8ccac1a782a6d8ab03d37b0bdee1de38ada8f43ca1

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page