Allow frontmatter renderer_options key to overwrite renderer options on a per-file basis. closes #859

This commit is contained in:
Thomas Reynolds 2013-04-11 10:13:36 -07:00
parent 9fc06035b1
commit a0445e405a
11 changed files with 82 additions and 0 deletions

View file

@ -0,0 +1,10 @@
---
layout: false
renderer_options:
tables: true
---
First Header | Second Header
------------- | -------------
Content Cell | Content Cell
Content Cell | Content Cell