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.2-py3-none-any.whl (3.7 kB view hashes)

Uploaded Python 3

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