I have to parse YAML Front Matter in java like jekyll, So Iooked into the source code, and found this but I can’t make much sense of it(I don’t know much ruby).
So My Question is, How do I parse YAML Front Matter in java ?
I have snakeyaml in my classpath and I would be parsing YAML Front Matter from a markdown file, for which I use pegdown
To get a obtain
Reader, you will probably need aFileReaderor anInputStreamReader.