Our own markdown help logs an error:
00:00:34,280 ERROR [allura.lib.markdown_extensions] Error adding <br> tags: new text is <p><b>this will be bold</b><br/>you should escape <unknown> tags<br/>© special entities work<br/>&copy; if you want to escape it</p> Traceback (most recent call last): File "/var/local/allura/Allura/allura/lib/markdown_extensions.py", line 278, in run new_node = markdown.etree.fromstring(unicode(BeautifulSoup(new_text))) File "<string>", line 85, in XML SyntaxError: undefined entity: line 1, column 77
Fix is on allura js/2819. Just hit any page that renders the markdown help like /p/test/home/markdown_syntax/ and make sure the error doesn't happen.
merged to dev.