You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a reader of the CLI reports I want to be able to easily consume the generated information.
Formatting is key here. Even if many IDEs support a markdown viewer or auto-format JSON files, it still helps to be able to read the reports in a plain editor.
The current output of the markdown format is not formatted.
Acceptance criteria
implement helper form text formatting by wrapping prettier
accept the content to format and a optional argument for the format
Indeed, after #755 was merged the tables have padding and alignment to make the source more readable. In general, the output should be prettified already, so there's no need to run Prettier afterwards.
User story
As a reader of the CLI reports I want to be able to easily consume the generated information.
Formatting is key here. Even if many IDEs support a markdown viewer or auto-format JSON files, it still helps to be able to read the reports in a plain editor.
The current output of the markdown format is not formatted.
Acceptance criteria
content
to format and a optional argument for theformat
Implementation details
Prettier wrapper:
Markdown helper:
The text was updated successfully, but these errors were encountered: