Commit graph

13 commits

Author SHA1 Message Date
Pouria Hadjibagheri
52c9a1e670
Add GH Actions (#218)
* updates URLs to Django 4 pattern

* Checks for Ajax request using `x-requested-with` header

* housekeeping

* housekeeping

* adds zlib to windows runs

* uses specific python version

* updates git URL

* disables testing on Windows

* changes docs path

* changes docs path

* changes docs path

* Update documentations

* removes docs

Co-authored-by: GitHub Action <action@github.com>
2022-01-03 14:25:46 +00:00
adi
ccd1961ba8 Closes #143: Error when invalid image upload 2018-11-21 20:18:12 +01:00
Pouria Hadjibagheri
2826e581d5 Updated the docs + minor clean ups. 2017-04-25 01:17:10 +01:00
Pouria Hadjibagheri
f0e5ac861d Updates - mostly to do with docs and front-end settings. 2017-03-19 17:19:28 +00:00
adi
daa8d635da Fix for module setting 2016-06-18 11:07:38 +02:00
Aymeric Augustin
7b012db5a5 Make it possible to customize image insertion code. (#20)
* Make it possible to customize image insertion code.

It can be useful to insert more that just a markdown image tag, for
example to provide additional control on the layout of images. Since
there's no convenient way to handle this on the JavaScript side, we
generate the code to insert in Python. Then it can be overridden with
the existing extensibility mechanism, that is, with a custom view.

* Restore backwards-compatibility.

The previous commit is backwards-incompatible for users who pointed
MARKDOWNX_UPLOAD_URLS_PATH to a custom view. This commit restores
backwards-compatibility with the previous API.
2016-05-14 11:58:43 +02:00
Aymeric Augustin
2ba01376a7 Make rendering the markdown actually abstractable.
Even after e35c1aa0c4, `MarkdownifyView`
is still hardcoded to call `markdownx.utils.mardownify`, regardless of
the value of `MARKDOWNX_MARKDOWNIFY_FUNCTION`. This commit calls the
function designated by that setting instead.
2016-04-30 16:16:40 +02:00
adi
e35c1aa0c4 [Closes #15] Make rendering the markdown abstractable 2016-02-12 14:01:59 +01:00
Drew Hubl
d07a4f4bfa Add Markdown extension config setting 2015-10-28 02:56:01 -06:00
Adrian
a14b22fda0 Works for 1.0 version 2015-09-06 20:46:46 +02:00
Adrian
a7e2678da8 Version bump 2014-11-13 10:40:51 +01:00
Adrian
23ed6e1929 v0.2.9 2014-11-12 16:04:21 +01:00
Adrian
2e11c1dbb0 Init 2014-11-01 22:02:31 +01:00