Fix mdformat CI failure in README.md#1
Merged
Conversation
Co-authored-by: denysdovhan <3459374+denysdovhan@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix CI problem with md file
Fix mdformat CI failure in README.md
Mar 18, 2026
denysdovhan
requested changes
Mar 18, 2026
|
|
||
| <p align="center"> | ||
| <img alt="Codex Account Demo" src="https://github.com/user-attachments/assets/96cd73c7-84b7-4df8-92c8-4924ae71d4f8" /> | ||
| </p> |
Owner
There was a problem hiding this comment.
Is this rule disabled till the end of the file? If so, use disable next line or enable it right after html markup.
Contributor
Author
There was a problem hiding this comment.
Good catch — it was disabling the rule for the rest of the file. Fixed in 0dad0b3 by adding <!-- markdownlint-enable no-inline-html --> immediately after the </p> tag, scoping the disable to just that HTML block.
Co-authored-by: denysdovhan <3459374+denysdovhan@users.noreply.github.com>
denysdovhan
approved these changes
Mar 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The
mdformatpre-commit hook was failing CI becauseREADME.mdwas missing a blank line after the HTML comment before the<p align="center">block.Change
Added a blank line after
<!-- markdownlint-disable no-inline-html -->somdformatno longer modifies the file on each run:<!-- markdownlint-disable no-inline-html --> + <p align="center">Original prompt
📍 Connect Copilot coding agent with Jira, Azure Boards or Linear to delegate work to Copilot in one click without leaving your project management tool.