This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author markroseman
Recipients markroseman, terry.reedy
Date 2015-09-24.15:19:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1443107961.19.0.291229018466.issue25198@psf.upfronthosting.co.za>
In-reply-to
Content
Have attached help-indent-fix.patch. Basically the parser is very fragile when it comes to combining tags, so the handling of the 'span .pre' was stomping on the indent tag. Separated out handling of character level tags (e.g. italic) from block level tags (e.g. lists, headings).
History
Date User Action Args
2015-09-24 15:19:21markrosemansetrecipients: + markroseman, terry.reedy
2015-09-24 15:19:21markrosemansetmessageid: <1443107961.19.0.291229018466.issue25198@psf.upfronthosting.co.za>
2015-09-24 15:19:21markrosemanlinkissue25198 messages
2015-09-24 15:19:20markrosemancreate