mirror of
https://github.com/TxtDot/dalet-rs.git
synced 2024-11-21 16:26:21 +03:00
fix: number argument formatting for anchor
This commit is contained in:
parent
067cbd7e00
commit
68cd970a1f
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ fn additional_str<'src>(
|
||||||
|
|
||||||
match current {
|
match current {
|
||||||
Token::NumberArgument(_) => {
|
Token::NumberArgument(_) => {
|
||||||
if let Token::H = last1 {
|
if [Token::H, Token::A].contains(last1) {
|
||||||
return "";
|
return "";
|
||||||
} else {
|
} else {
|
||||||
return " ";
|
return " ";
|
||||||
|
|
Loading…
Add table
Reference in a new issue