mirror of
https://github.com/Hopiu/django-markdownx.git
synced 2026-03-16 21:40:24 +00:00
22 lines
No EOL
584 B
ReStructuredText
22 lines
No EOL
584 B
ReStructuredText
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/ |