Closed oli-obk closed 8 years ago
You should be able to pass HTML as it is if you're using the build files programmatically (or via a build provider). Does this not suffice?
I don't think it works, linter has an extra field for html. But I'll check
Did you have any time to look into this?
not yet, I forgot about this...
Linter escapes html before showing the message. It would be really handy to be able to pass an html to Linter's html
field.
Here's the PR in case you decide to add such support. I've checked, it works correctly under various circumstances.
Since
linter
supports html error text, would it make sense to add ahtml_message
field/regex match ?Note: my actual use case is markdown, but converting that to html is trivial.