diff --git a/r2/r2/lib/filters.py b/r2/r2/lib/filters.py index 98ddc6c8d..b1568d22a 100644 --- a/r2/r2/lib/filters.py +++ b/r2/r2/lib/filters.py @@ -171,7 +171,7 @@ class SouptestSaxHandler(ContentHandler): markdown_ok_tags = { 'div': ('class'), - 'a': set(('href', 'title', 'target', 'nofollow')), + 'a': set(('href', 'title', 'target', 'nofollow', 'rel')), }