Add options.resultVersion for more detailed error reporting (fixes #23).

This commit is contained in:
David Anson 2016-10-16 21:46:02 -07:00
parent 3a356467cd
commit 0ca8bc7bb6
11 changed files with 454 additions and 160 deletions

View file

@ -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;