R
R
raiboon2015-02-04 12:54:11
Django
raiboon, 2015-02-04 12:54:11

Where can I get a github-like markdown converter for django?

Installed - https://github.com/Alir3z4/django-markwhat), which is based on the module https://pypi.python.org/pypi/Markdown
But it's not convenient to use it that way. It seems to be the same thing, but different little things infuriate. Incl. and how the code stands out. And slight incompatibility with epiceditor (delivered vizivig).
What are the modules for convenient c md work in django?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
X
xSkyFoXx, 2015-02-04
@xSkyFoXx

1) WYSIWYG and markdown are incompatible things
2) You can override code display styles in the app yourself
3) Nothing better than https://github.com/trentm/python-markdown2 and https://github.com/klen/django_markdown , unfortunately, in the django-world they did not come up with.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question