Commit 8ffd8f06 by benjaoming

Fix #178 - improve urlize regex to accept everything after a domain, except spaces, [, and (

parent 2108a322
......@@ -6,15 +6,11 @@
<div class="wiki-article">
{% if not preview %}
{% if article.current_revision %}
{{ article.get_cached_content }}
{% endif %}
{% else %}
{{ content|default:"" }}
{% endif %}
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment