django-markwhat icon indicating copy to clipboard operation
django-markwhat copied to clipboard

Default extensions

Open Alir3z4 opened this issue 12 years ago • 0 comments

Set default extension. Better to be set in settings.py, With a variable such as DEFAULT_MARKWHAT_EXTENSIONS. And should be provided in list.

Instance:

DEFAULT_MARKWHAT_EXTENSIONS = [
    'nl2br',
    'safe',
    'toc',
    'billy',
    'jean',
    'kid'
]

Alir3z4 avatar Jan 17 '13 14:01 Alir3z4