|
@@ -19,12 +19,9 @@ from .mentions import add_mentions
|
|
|
from .pipeline import pipeline
|
|
|
|
|
|
|
|
|
-__all__ = ['parse']
|
|
|
-
|
|
|
MISAGO_ATTACHMENT_VIEWS = ('misago:attachment', 'misago:attachment-thumbnail')
|
|
|
|
|
|
|
|
|
-
|
|
|
def parse(text, request, poster, allow_mentions=True, allow_links=True,
|
|
|
allow_images=True, allow_blocks=True, force_shva=False, minify=True):
|
|
|
"""
|