Changelog¶
v3.0.6¶
Fixes bug that caused badly formed ans on blockquotes
v3.0.5¶
Fixes bug that would include html comments
v3.0.4¶
Adds
utags to the default list ofINLINE_TAGS
v3.0.3¶
Fixes audio streaming url encoding
v3.0.2¶
Fixes link parsing inside list elements by adding a
ListItemParser(used by theListParser) and modifying the handling of inline tags in text
v3.0.1¶
Adds
DailyMotionEmbedParser,FlickrEmbedParser,PollDaddyEmbedParser, andRedditEmbedParsertoDEFAULT_PARSERSinHtml2Ans/DefaultHtmlAnsParserThese were accidentally left out of
DEFAULT_PARSERSin v3.0.0
Updates the
InstagramEmbedParserto accept hyphens in embed IDsInternal improvements:
setup.pyis now the source of truth for requirementsStopped outputting a .pypirc for pypi deployment; instead using Twine environment variables in the circleci build config
v3.0.0¶
Initial open source release!