mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-01-30 10:45:17 +01:00
Add clickable links for violations and rules, highlight for violations.
This commit is contained in:
parent
85531ff21e
commit
a8f5a19cba
3 changed files with 38 additions and 7 deletions
|
|
@ -31,6 +31,9 @@ textarea {
|
|||
flex-grow: 1;
|
||||
flex-basis: 0;
|
||||
}
|
||||
.highlight {
|
||||
background: yellow;
|
||||
}
|
||||
.inset {
|
||||
box-sizing: border-box;
|
||||
padding: 2px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue