Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(md): ensure <img> tags self-close #465

Merged
merged 1 commit into from
Nov 2, 2023

Conversation

erickzhao
Copy link
Member

@erickzhao erickzhao commented Nov 2, 2023

<!-- this is valid HTML but invalid MDX -->
<img src="https://github.com/erickzhao.png">
<!-- this works in HTML and MDX -->
<img src="https://github.com/erickzhao.png"/>

@erickzhao erickzhao requested a review from a team as a code owner November 2, 2023 19:32
@MarshallOfSound MarshallOfSound temporarily deployed to electronjsorg-new-pr-465 November 2, 2023 19:32 Inactive
@erickzhao erickzhao merged commit fd88af0 into main Nov 2, 2023
5 checks passed
@erickzhao erickzhao deleted the fix/ensure-self-closing-img-tags branch November 2, 2023 19:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants