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 @@ -2464,6 +2464,13 @@ in
2464
2464
entry = "${ hooks . commitizen . package } /bin/cz check --allow-abort --commit-msg-file" ;
2465
2465
stages = [ "commit-msg" ] ;
2466
2466
} ;
2467
+ comrak = {
2468
+ name = "comrak" ;
2469
+ description = "A 100% CommonMark-compatible GitHub Flavored Markdown formatter" ;
2470
+ package = tools . comrak ;
2471
+ entry = "${ lib . getExe hooks . comrak . package } --inplace" ;
2472
+ types = [ "markdown" ] ;
2473
+ } ;
2467
2474
conform = {
2468
2475
name = "conform enforce" ;
2469
2476
description = "Policy enforcement for commits." ;
Original file line number Diff line number Diff line change 17
17
, cljfmt
18
18
, cmake-format
19
19
, commitizen
20
+ , comrak
20
21
, conform
21
22
, convco
22
23
, crystal
121
122
clippy
122
123
cljfmt
123
124
cmake-format
125
+ comrak
124
126
conform
125
127
convco
126
128
crystal
You can’t perform that action at this time.
0 commit comments