mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-02-16 18:28:07 +01:00
Update demo web page to highlight all error lines and ranges by default, encode single quotes in attributes.
This commit is contained in:
parent
7676902b88
commit
10db83f719
2 changed files with 40 additions and 20 deletions
|
|
@ -47,6 +47,9 @@ textarea {
|
|||
font-style: italic;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
.error {
|
||||
background: rgb(255, 0, 0, 0.3);
|
||||
}
|
||||
.flex-rows {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
|
@ -64,7 +67,7 @@ textarea {
|
|||
min-height: 0;
|
||||
}
|
||||
.highlight {
|
||||
background: yellow;
|
||||
background: rgb(255, 0, 0, 0.8);
|
||||
}
|
||||
.inset {
|
||||
box-sizing: border-box;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue