mirror of
https://github.com/TxtDot/dalet-rs.git
synced 2024-11-05 17:33:58 +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 {
|
||||
Token::NumberArgument(_) => {
|
||||
if let Token::H = last1 {
|
||||
if [Token::H, Token::A].contains(last1) {
|
||||
return "";
|
||||
} else {
|
||||
return " ";
|
||||
|
|
Loading…
Reference in a new issue