You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes the issue as described in hashobject#192
by checking the triple dash to be prefixed by either the start of the document,
or the start of a new line. This does still allow for some content before the
actual yaml.
Fixes the issue as described in hashobject#192
by checking the triple dash to be prefixed by either the start of the document,
or the start of a new line. This does still allow for some content before the
actual yaml.
nicorikken
added a commit
to nicorikken/perun
that referenced
this issue
Sep 1, 2017
Fixes the issue as described in hashobject#192
by checking the triple dash to be prefixed by either the start of the document,
or the start of a new line. This does still allow for some content before the
actual yaml.
The
parse-yaml
task fails when no YAML frontmatter is provided, but a valid asciidoctor codeblock is encountered further down the file:Minimal source example:
Stacktrace:
The current workaround is to provide a YAML frontmatter, if only an empty one:
The YAML parser should be made more strict, like only searching for three dashes (
---
) and only considering the beginning of the file.The text was updated successfully, but these errors were encountered: