mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
doc: allow in-line HTML in MarkDown documents
The GitHub style for Pull Request and Issue templates add HTML tags for some advanced usage. The MarkDown linter should not give warnings when these are used. Signed-off-by: Niels de Vos <ndevos@redhat.com>
This commit is contained in:
parent
ecc33a9f86
commit
523d813b4e
@ -5,5 +5,6 @@ all
|
||||
|
||||
rule 'MD013', :code_blocks => false, :tables => false
|
||||
|
||||
exclude_rule 'MD033' # In-line HTML: GitHub style markdown adds HTML tags
|
||||
exclude_rule 'MD040' # Fenced code blocks should have a language specified
|
||||
exclude_rule 'MD041' # First line in file should be a top level header
|
||||
|
Loading…
Reference in New Issue
Block a user