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 #48

Merged
merged 2 commits into from
Feb 26, 2024
Merged

Fix readme #48

merged 2 commits into from
Feb 26, 2024

Conversation

tpdownes
Copy link
Member

Commit 87960d0 addresses failure of integration test from mdformat. It inadvertently introduced a known bug in mdformat:

hukkin/mdformat#359 (comment)

This PR swaps out mdformat for pymarkdown, which is already used in GoogleCloudPlatform/hpc-toolkit and re-formats the existing notices in line with pymarkdown. Future commits to README.md should pass linting tests.

@tpdownes tpdownes requested a review from mr0re1 February 26, 2024 16:57
@tpdownes tpdownes enabled auto-merge (rebase) February 26, 2024 16:58
mdformat has a known issue where it will escape brackets (to become
literals) when it encounters GitHub-Flavored Markdown extensions:
hukkin/mdformat#359 (comment)
It is also fairly agressive in ways that, on net, probably reduce
readability in ASCII form. Swap automation in favor of pymarkdown,
configured identically as in GoogleCloudPlatform/hpc-toolkit.

This hook will be disabled until all markdown files honor the linter
@tpdownes tpdownes merged commit 935c80d into GoogleCloudPlatform:master Feb 26, 2024
2 checks passed
@mr0re1 mr0re1 assigned tpdownes and unassigned mr0re1 Feb 26, 2024
@tpdownes tpdownes deleted the fix_readme branch February 26, 2024 18:20
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