File tree Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -359,6 +359,7 @@ use nix
359359
360360### Markdown
361361
362+ - [ comrak] ( https://github.com/kivikakk/comrak )
362363- [ markdownlint] ( https://github.com/DavidAnson/markdownlint )
363364- [ mdformat] ( https://github.com/hukkin/mdformat )
364365- [ mdl] ( https://github.com/markdownlint/markdownlint/ )
Original file line number Diff line number Diff line change @@ -2545,6 +2545,13 @@ in
25452545 entry = "${ hooks . commitizen . package } /bin/cz check --allow-abort --commit-msg-file" ;
25462546 stages = [ "commit-msg" ] ;
25472547 } ;
2548+ comrak = {
2549+ name = "comrak" ;
2550+ description = "A 100% CommonMark-compatible GitHub Flavored Markdown formatter" ;
2551+ package = tools . comrak ;
2552+ entry = "${ lib . getExe hooks . comrak . package } --inplace" ;
2553+ types = [ "markdown" ] ;
2554+ } ;
25482555 conform = {
25492556 name = "conform enforce" ;
25502557 description = "Policy enforcement for commits." ;
Original file line number Diff line number Diff line change 1818, cljfmt
1919, cmake-format
2020, commitizen
21+ , comrak
2122, conform
2223, convco
2324, crystal
125126 clippy
126127 cljfmt
127128 cmake-format
129+ comrak
128130 conform
129131 convco
130132 crystal
You can’t perform that action at this time.
0 commit comments