docs: move precedence table from grammar page to syntax page with updated operator list and links
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user