django-markdownx/docs-src/js/js.rst

22 lines
584 B
ReStructuredText
Raw Normal View History

2017-04-23 12:52:52 +00:00
JavaScript
==========
.. toctree::
:maxdepth: 2
:glob:
*
----
Compatibility
-------------
We rely on JavaScript to handle front-end events (e.g. trans-compilation of Markdown to HTML, uploading image).
**MarkdownX** JavaScript code is written in TypeScript using Pure JavaScript and under ECMA 2016 standard.
Currently, the code is trans-compiled into ECMA 5 (approved in 2011) to provide support for older browsers,
specifically IE 10+. See additional detailed on `browser compatibilities`_.
.. _browser compatibilities: https://kangax.github.io/compat-table/es5/