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
- Linux ~/.vscode/extensions/darkriszty.markdown-table-prettify-3.0.0
32
+
33
+
Available features from the command line:
34
+
- To format a file: `npm run --silent prettify-md < input.md`.
35
+
- To format a file and save the output: `npm run --silent prettify-md < input.md > output.md`.
36
+
- To check whether a file is prettyfied or not: `npm run --silent prettify-md --check < input.md`. This will fail if the file is not prettyfied.
37
+
17
38
## Extension Settings
18
39
19
40
The extension is available for markdown language mode. It can either format a selected table (`Format Selection`) or the entire document (`Format Document`).
20
41
42
+
Configurable settings:
43
+
- The maximum texth length of a selection/entire document to consider for formatting. Defaults to 1M chars. There is no limit when running from the command line.
44
+
21
45
## Known Issues
22
46
23
47
- Tables with mixed character widths (eg: CJK) are not always properly formatted (issue #4).
0 commit comments