Move precedence table to syntax page.

This commit is contained in:
Bob Nystrom
2015-11-08 10:59:23 -08:00
parent 0bf5dc42ef
commit 8c0dae1320
5 changed files with 131 additions and 135 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ import markdown
MARKDOWN_HEADER = re.compile(r'#+ ')
# Clean up a header to be a valid URL.
FORMAT_ANCHOR = re.compile(r'\.|\?|!|:|/|\*')
FORMAT_ANCHOR = re.compile(r'\?|!|:|/|\*|`')
def load_template():
global template