dprint-plugin-markdown
Markdown formatter
A plugin for formatting markdown code in a text editor or viewer
Markdown code formatting plugin for dprint.
28 stars
3 watching
9 forks
Language: Rust
last commit: 3 months ago Related projects:
Repository | Description | Stars |
---|---|---|
dprint/dprint-plugin-dockerfile | A plugin that formats Dockerfile code according to a set of rules. | 6 |
dprint/dprint-plugin-json | A plugin that formats JSON data for display in a code editor | 19 |
dprint/dprint-plugin-exec | Formats code via execution of formatting CLI commands on host machine. | 20 |
dprint/dprint-plugin-toml | A plugin for formatting TOML configuration files | 18 |
dprint/dprint-plugin-typescript | A plugin for formatting TypeScript code using the swc parser in Rust. | 258 |
dprint/dprint-plugin-jupyter | Formats code blocks in Jupyter notebooks using plugins | 1 |
dprint/dprint-plugin-prettier | A wrapper around Prettier to integrate it with the dprint CLI for faster formatting of Rust code. | 98 |
dprint/dprint-plugin-biome | An adapter plugin to integrate Biome's formatting capabilities with dprint's CLI and JavaScript via Wasm | 8 |
dprint/dprint-plugin-ruff | An adapter plugin that integrates Ruff's formatting capabilities with dprint's CLI and JavaScript via Wasm. | 6 |
dprint/dprint-plugin-roslyn | A Roslyn wrapper plugin for C# and Visual Basic code formatting in dprint. | 8 |
executablebooks/mdformat | A command-line tool and Python library to format Markdown text according to a consistent style | 449 |
g-plane/markup_fmt | A formatter for various front-end markup languages and templating engines | 102 |
dflydev/dflydev-markdown | A stripped-down version of Michel Fortin's PHP Markdown library, updated to be PSR-0 friendly and Composer compatible. | 170 |
huntlabs/hunt-markdown | A markdown parsing and rendering library for the D programming language | 12 |
dimerapp/markdown | An opinionated Markdown parser with features like AST generation and custom directives | 94 |