| Summary: | dev-python/markdown: non valid HTML5 in footnotes | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | pferor <pferor> |
| Component: | [OLD] Development | Assignee: | Python Gentoo Team <python> |
| Status: | RESOLVED FIXED | ||
| Severity: | enhancement | ||
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
pferor
2013-03-03 20:07:47 UTC
Solution:
In file: /usr/lib/python3.2/site-packages/markdown/extensions/footnotes.py
Line #136
Just comment that line.
- backlink.set("rev", "footnote")
+ # backlink.set("rev", "footnote")
This sounds like an upstream bug. This issue has been resolved in the last version, which discriminates checking the HTML version to use. This issue has been resolved in the last version, which discriminates checking the HTML version to use. |