#1250 closed defect (bug) (fixed)
DevHub: The RegEx in fix_unintended_markdown() filter is catching post content
Reported by: | DrewAPicture | Owned by: | drewapicture |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Developer Hub | Keywords: | has-patch |
Cc: |
Description
In [1138], we introduced the fix_unintended_markdown()
filter on the_content
which was meant to cover the case where Parsedown was parsing parameters like $post__in
as having italics in the middle.
Unfortunately, we're also now seeing emphasis tags in other places, e.g. Explanations, also getting re-replaced with underscores.
Attachments (2)
Change History (5)
Note: See
TracTickets for help on using
tickets.
In 1914: