Skip to content

Commit

Permalink
Attempt to add support for markdown tables
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathon Anderson committed Oct 12, 2018
1 parent 6688b83 commit fdabee3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,8 @@
'.md': CommonMarkParser,
}

extensions = [
'sphinx_markdown_tables',
]

source_suffix = ['.rst', '.md']

0 comments on commit fdabee3

Please sign in to comment.