Closed Pajk closed 5 years ago
When the document contains --- that are not supposed to separate yaml documents (eg. in comments) then this plugin prevents it to be parsed and built.
---
Splitting the string by \n---\n is a bit safer.
\n---\n
Thanks! I had meant to make this change myself, but it slipped my mind
When the document contains
---
that are not supposed to separate yaml documents (eg. in comments) then this plugin prevents it to be parsed and built.Splitting the string by
\n---\n
is a bit safer.