Markdown filter: Correctly pair inline HTML codes

Merged
#572 · Created  · Last updated

Merged pull request

Merged in fix-markdown-tag-spacing (pull request #572)

57c84c3·Author: ·Closed by: ·2021-11-10

Description

The markdown filter does not parse paired strong/em tags, among many others, as paired codes, it parses them as placeholders.

This happens for **asterisk strong tags** *asterisk emphasis tags* and for <strong><em>html strong/em tags</em></strong>.

 

This PR changes the behavior to parse them as paired tags, in addition to a number of other paired inline tags.

 

0 attachments

0 comments

Loading commits...