#546 Definition lists in README.rst not displayed properly
Closed: Fixed Opened by lsedlar.

Definition lists in README.rst are escaped and display as HTML code. An unordered list <ul> is working perfectly fine, though.

Example: https://pagure.io/compose-utils


This is an easy one to fix, we should just add the html tags to the list of approved tags: https://pagure.io/pagure/blob/master/f/pagure/lib/init.py#_2512

Fixed https://pagure.io/pagure/pull-request/549

Metadata