Skip to content

Commit a768dd3

Browse files
nschonniMylesBorins
authored andcommitted
fix: Escape "prot" for release log
Was swallowed as HTML before
1 parent b1c8f45 commit a768dd3

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.markdownlint.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@
2525
"code", "pre",
2626
"i", "strong", "em", "b",
2727
"sup",
28-
"anonymous",
29-
"prot"
28+
"anonymous"
3029
]
3130
},
3231
"MD034": false,

0 commit comments

Comments
 (0)