Validate format of Markdown files #23
Replies: 4 comments
-
markdownlint sounds nice, but it might be preferable to use something python based if we have the option. |
Beta Was this translation helpful? Give feedback.
-
possibly https://pypi.org/project/pymarkdownlnt/ ? |
Beta Was this translation helpful? Give feedback.
-
I haven't looked at the links yet, but just to have it in mind, we I think we should prioritize the following:
|
Beta Was this translation helpful? Give feedback.
-
BTW, comparisons between these 2 tools (and any other relevant alternative), paying particular attention to the list above, are very welcome! |
Beta Was this translation helpful? Give feedback.
-
We could add a linter or static analysis tool to the CI to ensure markdown files are consistent and properly formatted. This might also avoid further discussion within the team about different ways of formatting Markdown files.
This is just a lint tool that I'm personally using with VS code https://github.com/DavidAnson/markdownlint but there might be other ones more suitable to integrate in the CI.
This discussion started in a PR comment frequenz-floss/frequenz-channels-python#87 (comment)
fyi @frequenz-floss/python-sdk-team
Beta Was this translation helpful? Give feedback.
All reactions