Closed tamasd closed 4 years ago
Errors will be rendered as an html comment.
I am working on a service that parses the metadata from markdown files. I don't need HTML. I would like to avoid parsing the HTML document just to look for errors.
I've added a TryGet
method.
Thank you very much
Hello,
Sometimes it happens that the YAML is invalid in the metadata block. The parsing error is saved inside the
data
struct, but there is no function to get it out.