Allow frontmatter renderer_options key to overwrite renderer options on a per-file basis. closes #859
This commit is contained in:
parent
9fc06035b1
commit
a0445e405a
11 changed files with 82 additions and 0 deletions
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
layout: false
|
||||
renderer_options:
|
||||
tables: true
|
||||
---
|
||||
|
||||
First Header | Second Header
|
||||
------------- | -------------
|
||||
Content Cell | Content Cell
|
||||
Content Cell | Content Cell
|
Loading…
Add table
Add a link
Reference in a new issue