-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Image in heading worked yesterday; doesn't work today #1010
Comments
Somethings seems to have changed regarding the parsing of markdown mixed with html.
but now it renders as: [Link1](github.com) [Link2](github.com) |
Not the same issue specifically, but I also noticed some changes.
|
Hi all! We updated our markdown renderer for blobs to CommonMark yesterday: https://github.com/blog/2333-a-formal-spec-for-github-flavored-markdown CommonMark requires that there be a new line between HTML and markdown syntax, so that's the reason for this change. We do not consider this a bug, so I'm going to close this out. If you have other questions about this transition or other markdown formatting issues, please reach out to our support team. |
GitHubs markdown renderer was changed to CommonMark, which requires that there be a new line between HTML and markdown syntax. See github/markup#1010 (comment) and https://githubengineering.com/a-formal-spec-for-github-markdown/
The change broke my tables as well. I had tables with empty headings which used to render as tables on all Markdown parsers, including GitHub's. Now I have to put something in the table headers (a single space character works). |
Up until this morning, my README.md file displayed an image inside an h1 tag.
It used to look something like this:
Now, it looks like this:
 VioletBug — Roku Debugger Graphical Interface
Here's the start of my README.md file:
Has something changed in how GitHib parses markdown files?
The text was updated successfully, but these errors were encountered: