Merge pull request #52 from kindly/master

Change priority to highest.
This commit is contained in:
Eric Holscher 2016-08-25 09:29:43 -07:00 committed by GitHub
commit b70d5f5224

View file

@ -16,7 +16,7 @@ class AutoStructify(transforms.Transform):
This class is designed to handle AST generated by CommonMarkParser.
"""
# set to a high priority so it can be applied first for markdown docs
default_priority = 1000
default_priority = 1
suffix_set = set(['md', 'rst'])
default_config = {