mirror of
https://github.com/vale981/recommonmark
synced 2025-03-05 10:01:39 -05:00
commit
b70d5f5224
1 changed files with 1 additions and 1 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Reference in a new issue