diff options
author | Isaac Muse <faceless.shop@gmail.com> | 2017-11-23 07:56:38 -0700 |
---|---|---|
committer | Waylan Limberg <waylan.limberg@icloud.com> | 2017-11-23 09:56:38 -0500 |
commit | de5c696f94e8dde242c29d4be50b7bbf3c17fedb (patch) | |
tree | 31c6c11b698be4b284c9b93b05a4d0ca3bd58e6a /.spell-dict | |
parent | 007bd2aa4c184b28f710d041a0abe78bffc0ec2e (diff) | |
download | markdown-de5c696f94e8dde242c29d4be50b7bbf3c17fedb.tar.gz markdown-de5c696f94e8dde242c29d4be50b7bbf3c17fedb.tar.bz2 markdown-de5c696f94e8dde242c29d4be50b7bbf3c17fedb.zip |
Feature ancestry (#598)
Ancestry exclusion for inline patterns.
Adds the ability for an inline pattern to define a list of ancestor tag names that should be avoided. If a pattern would create a descendant of one of the listed tag names, the pattern will not match. Fixes #596.
Diffstat (limited to '.spell-dict')
-rw-r--r-- | .spell-dict | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.spell-dict b/.spell-dict index 44d0a16..fb9ea28 100644 --- a/.spell-dict +++ b/.spell-dict @@ -103,6 +103,7 @@ traceback Tredinnick Treeprocessor Treeprocessors +tuple tuples unordered untrusted @@ -122,4 +123,4 @@ wiki JavaScript plugin plugins -configs
\ No newline at end of file +configs |