mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-02-13 17:14:21 +01:00
Add "enabled" and "severity"/"warning" to rule in Configuration object, add corresponding documentation and tests, update demo web app (fixes #254)”.
This commit is contained in:
parent
c6f248321e
commit
607be34b5d
20 changed files with 3792 additions and 867 deletions
|
|
@ -47,6 +47,9 @@ textarea {
|
|||
font-style: italic;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
.warning {
|
||||
background: rgb(255, 255, 0, 0.5);
|
||||
}
|
||||
.error {
|
||||
background: rgb(255, 0, 0, 0.3);
|
||||
}
|
||||
|
|
@ -67,7 +70,7 @@ textarea {
|
|||
min-height: 0;
|
||||
}
|
||||
.highlight {
|
||||
background: rgb(255, 0, 0, 0.8);
|
||||
background: rgb(0, 255, 255, 0.8);
|
||||
}
|
||||
.inset {
|
||||
box-sizing: border-box;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue