#549 Allow definition lists in README
Merged 9 years ago by pingou. Opened 9 years ago by lsedlar.
lsedlar/pagure enable-definition-lists  into  master

file modified
+1 -1
@@ -2522,7 +2522,7 @@ 

  

      tags = bleach.ALLOWED_TAGS + [

          'p', 'br', 'div', 'h1', 'h2', 'h3', 'table', 'td', 'tr', 'th',

-         'col', 'tbody', 'pre', 'img', 'hr',

+         'col', 'tbody', 'pre', 'img', 'hr', 'dl', 'dt', 'dd',

      ]

      if ignore:

          for tag in ignore:

no initial comment

Cool, thanks! :)

Just to be sure, were you able to test it?

Tested locally, works well, thanks! :)

Metadata