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

docs: apply markdownlint #195

Merged
merged 1 commit into from
Sep 13, 2023
Merged

docs: apply markdownlint #195

merged 1 commit into from
Sep 13, 2023

Conversation

seolaoh
Copy link
Contributor

@seolaoh seolaoh commented Sep 12, 2023

Description

Since we have markdown linting rule (see here), I recommend to edit markdown files in VS Code and use this extension to apply markdownlint. With it, you can check if a line should be formatted or not, and also set the default formatter to it and auto-fix on save.

@seolaoh seolaoh self-assigned this Sep 12, 2023
@seolaoh seolaoh requested a review from a team as a code owner September 12, 2023 01:36
Copy link
Contributor

@0xHansLee 0xHansLee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

Copy link
Contributor

@kangsorang kangsorang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@@ -1,3 +1,4 @@
<!-- markdownlint-disable MD053 -->
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is MD053 disabled in this file?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

MD053 is a rule that Link and image reference definitions should be needed.
Without it, we need to remove all unused definitions such as [storage-root]: glossary.md#storage-root in this glossary file. But I think it is kind of convention to add the definition of all glossaries to use in future. So I suppressed this rule only for this glossary file.

@seolaoh seolaoh merged commit a1ec4d7 into dev Sep 13, 2023
@seolaoh seolaoh deleted the docs/apply-markdownlint branch September 13, 2023 08:18
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.

4 participants