summaryrefslogtreecommitdiff
path: root/cli/tests/fmt/formatted3.md
AgeCommit message (Collapse)Author
2021-01-19feat: add markdown support to deno fmt (#8887)Satya Rohith
This commit adds support for formatting markdown files with "deno fmt". Additionally "--ext={js|jsx|ts|tsx|md}" flag was added to "deno fmt" that allows to specify file type when providing contents over stdio.