joeyespo / grip

Preview GitHub README.md files locally before committing them.
MIT License
6.45k stars 423 forks source link

fix #243: parse and render YAML front matter from document #249

Closed kagof closed 5 years ago

kagof commented 6 years ago

fix for #243

Now renders YAML front matter as a table, as Github does.

dtzWill commented 6 years ago

LGTM, using this locally thanks!

Is the travis failure on python 2.6 a blocker for this? Or can it be worked around?

kagof commented 5 years ago

closed this - it is stale, and I really don't think this is the right way to do this anymore. I know that the yaml front matter can be more complex than I allowed for here, really shouldn't be implementing a yaml parser myself.