Implement basic table generator using the schemas

This commit is contained in:
Jonathan Rudenberg 2012-08-31 00:15:32 -04:00
parent 28b839a891
commit 89e20162ed
4 changed files with 45 additions and 0 deletions

1
Rules
View file

@ -38,6 +38,7 @@ compile '*' do
when 'slim'
filter :slim
when 'md'
filter :schema_table
filter :redcarpet, renderer: MarkdownHTML, options: {
fenced_code_blocks: true,
no_intra_emphasis: true,