dworthen/js-yaml-front-matter

Example is wrong

Closed this issue · 1 comments

yaml-front-matter is currently incorrectly parsing the __content portion with a superfluous newline, i.e. '\nSome Other content'

Sorry for the incorrect example. The api examples correctly showed the newline being added to the beginning of the content and I just updated the first example to show the \n character.