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 README image header #9095

Merged
merged 1 commit into from
Feb 22, 2024
Merged

Fix README image header #9095

merged 1 commit into from
Feb 22, 2024

Conversation

davidstosik
Copy link
Contributor

The block of HTML code that displays a picture header at the top of
the README file is indented with 4 spaces after an empty line.

GitHub Markdown sees that as a code block (see Indented code
blocks
in the
GitHub Flavored Markdown Spec).

Removing the blank line should fix it as the HTML code won't be seen as
a code block anymore and will instead be unescaped and inserted as raw HTML.

The block of HTML code that displays a picture header at the top of
the README file is indented with 4 spaces after an empty line.

GitHub Markdown sees that as a code block (see [Indented code
blocks](https://github.github.com/gfm/#indented-code-blocks) in the
GitHub Flavored Markdown Spec).

Removing the blank line should fix it as the HTML code won't be seen as
a code block anymore and will instead be unescaped and inserted as [raw HTML](https://github.github.com/gfm/#raw-html).
@davidstosik davidstosik requested a review from a team as a code owner February 22, 2024 01:47
@davidstosik
Copy link
Contributor Author

The diff shows it worked.

@jurre jurre merged commit 1f8b176 into dependabot:main Feb 22, 2024
34 checks passed
@jurre
Copy link
Member

jurre commented Feb 22, 2024

Thanks!

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.

2 participants