Hello Ahmad,
I try to use extra markdown without success. None of the 'extra' extensions
are enabled, here are my settings :
RICHTEXT_WIDGET_CLASS = 'mezzanine_pagedown.widgets.PageDownWidget'
RICHTEXT_FILTERS = ('mezzanine_pagedown.filters.extra',)
RICHTEXT_FILTER_LEVEL = 3
"mezzanine_pagedown" is in INSTALLED_APPS
Markdown (2.4)
Mezzanine (3.0.9)
mezzanine-pagedown (0.6)
Could you please help me? thanks by advance.
Le jeudi 27 juin 2013 05:44:30 UTC+2, Ahmad Khayyat a écrit :
>
> There is a new version (0.5) of
> mezzanine-pagedown<https://bitbucket.org/akhayyat/mezzanine-pagedown>(
> PyPI <https://pypi.python.org/pypi/mezzanine-pagedown>) with a few fresh
> features:
>
> -
>
> Optional server-side previews in the editor, to have accurate previews
> that are identical (HTML) to the final page.
> The default is client-side previews using pagedown's js previewer.
> -
>
> Convenient support for Python-Markdown
> extensions<http://pythonhosted.org/Markdown/extensions/>,
> bundled or custom.
> Enabling Markdown Extra is as easy as RICHTEXT_FILTER =
> 'mezzanine_pagedown.filters.extra'.
> For custom combinations of extensions:
>
> RICHTEXT_FILTER = 'mezzanine_pagedown.filters.custom'
> PAGEDOWN_MARKDOWN_EXTENSIONS = ('extra','toc')
>
> With server-side previews, these extensions are enabled in the editor
> preview.
> -
>
> Sanitizing the content *after* rendering the HTML, while respecting
> mezzanine's RICHTEXT_ALLOWED_* settings.
>
> I would appreciate any feedback and bug reports from users.
>
--
You received this message because you are subscribed to the Google Groups
"Mezzanine Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.