Skip to content

Comments

[Markdown] [Web/API] Fix unconvertible strong/code markup#8544

Merged
sideshowbarker merged 1 commit intomdn:mainfrom
wbamberg:remove-adjacent-code-strong-tags
Sep 2, 2021
Merged

[Markdown] [Web/API] Fix unconvertible strong/code markup#8544
sideshowbarker merged 1 commit intomdn:mainfrom
wbamberg:remove-adjacent-code-strong-tags

Conversation

@wbamberg
Copy link
Collaborator

@wbamberg wbamberg commented Sep 1, 2021

Part of #7898.

As discussed in mdn/yari#4550, this transforms markup like:

<code><strong>font</strong></code><strong><code>-src</code></strong>

into

<strong><code>font-src</code></strong>

@wbamberg wbamberg requested a review from a team as a code owner September 1, 2021 22:24
@wbamberg wbamberg requested review from jpmedley and removed request for a team September 1, 2021 22:24
@wbamberg wbamberg changed the title Fix uncovertible strong/code markup [Markdown] [Web/API] Fix uncovertible strong/code markup Sep 1, 2021
@wbamberg wbamberg changed the title [Markdown] [Web/API] Fix uncovertible strong/code markup [Markdown] [Web/API] Fix unconvertible strong/code markup Sep 1, 2021
@github-actions

This comment has been minimized.

@sideshowbarker sideshowbarker merged commit dfd3bb7 into mdn:main Sep 2, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 2, 2022
@wbamberg wbamberg deleted the remove-adjacent-code-strong-tags branch October 15, 2022 17:23
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants