|
@@ -24,7 +24,7 @@ def limited(text):
|
|
|
|
|
|
Returns parsed text
|
|
Returns parsed text
|
|
"""
|
|
"""
|
|
- result = parse(text, allow_mentions=False, allow_links=True,
|
|
|
|
- allow_images=False, allow_blocks=False)
|
|
|
|
|
|
+ result = parse(text, allow_mentions=False, allow_links=True,
|
|
|
|
+ allow_images=False, allow_blocks=False)
|
|
|
|
|
|
return result['parsed_text']
|
|
return result['parsed_text']
|