Convenience function that wraps parse(). This function is used for parsing messages.
Extending Markup
To extend Misago markup, create custom module defining one or both of following functions:
extend_markdown(md)
Defining this function will allow you to register new extensions in markdown used to parse text.
process_result(result, soup)
This function is called to allow additional changes in result dict as well as extra instrospection and cleanup of parsed text, which is provided as Beautiful Soup class instance.
Both functions should modify provided arguments in place.
Once your functions are done, add path to your module to MISAGO_MARKUP_EXTENSIONS setting like this: