mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-01-24 16:06:09 +01:00
Add options.resultVersion for more detailed error reporting (fixes #23).
This commit is contained in:
parent
3a356467cd
commit
0ca8bc7bb6
11 changed files with 454 additions and 160 deletions
|
|
@ -42,6 +42,11 @@ textarea {
|
|||
padding: 0;
|
||||
resize: none;
|
||||
}
|
||||
.detail {
|
||||
font-size: 80%;
|
||||
font-style: italic;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
.flex-rows {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue