fix(lexer): old anchor is only used in moduleName
This commit is contained in:
parent
c4d59d3236
commit
326c7b681c
2 changed files with 10 additions and 11 deletions
|
|
@ -12,7 +12,7 @@ bold ::= '__' text_no_newline '__'
|
|||
monospace ::= '@' text_content '@'
|
||||
|
||||
link ::= module_link | hyperlink | markdown_link
|
||||
module_link ::= '"' module_name ( '#' anchor_name )? '"'
|
||||
module_link ::= '"' module_name ( ('#' | '\#') anchor_name )? '"'
|
||||
hyperlink ::= '<' url ( ' ' link_text )? '>'
|
||||
markdown_link ::= '[' link_text '](' ( url | module_link ) ')'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue