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
359
359
360
360
### Markdown
361
361
362
+ - [ comrak] ( https://github.com/kivikakk/comrak )
362
363
- [ markdownlint] ( https://github.com/DavidAnson/markdownlint )
363
364
- [ mdformat] ( https://github.com/hukkin/mdformat )
364
365
- [ mdl] ( https://github.com/markdownlint/markdownlint/ )
Original file line number Diff line number Diff line change @@ -2545,6 +2545,13 @@ in
2545
2545
entry = "${ hooks . commitizen . package } /bin/cz check --allow-abort --commit-msg-file" ;
2546
2546
stages = [ "commit-msg" ] ;
2547
2547
} ;
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
+ } ;
2548
2555
conform = {
2549
2556
name = "conform enforce" ;
2550
2557
description = "Policy enforcement for commits." ;
Original file line number Diff line number Diff line change 18
18
, cljfmt
19
19
, cmake-format
20
20
, commitizen
21
+ , comrak
21
22
, conform
22
23
, convco
23
24
, crystal
125
126
clippy
126
127
cljfmt
127
128
cmake-format
129
+ comrak
128
130
conform
129
131
convco
130
132
crystal
You can’t perform that action at this time.
0 commit comments