mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-08-14 10:08:28 +02:00
Fix. Fix problem wich version package in requirements and add test markdown and rewrite for new markdown
This commit is contained in:
@ -50,9 +50,9 @@ def format_time_spent(time_spent):
|
||||
|
||||
|
||||
class EscapeHtml(Extension):
|
||||
def extendMarkdown(self, md, md_globals):
|
||||
del md.preprocessors['html_block']
|
||||
del md.inlinePatterns['html']
|
||||
def extendMarkdown(self, md):
|
||||
md.preprocessors.deregister('html_block')
|
||||
md.inlinePatterns.deregister('html')
|
||||
|
||||
|
||||
def get_markdown(text):
|
||||
|
Reference in New Issue
Block a user