Implement basic table generator using the schemas
This commit is contained in:
parent
28b839a891
commit
89e20162ed
4 changed files with 45 additions and 0 deletions
1
Rules
1
Rules
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue