mirror of
https://activitypub.software/TransFem-org/sfm-js
synced 2024-11-21 21:55:09 +00:00
disallow ´ in inline code
This commit is contained in:
parent
294e7a5574
commit
c2c629509d
1 changed files with 1 additions and 1 deletions
|
@ -291,7 +291,7 @@ strike
|
|||
// inline: inlineCode
|
||||
|
||||
inlineCode
|
||||
= "`" content:$(!"`" c:CHAR { return c; })+ "`"
|
||||
= "`" content:$(![`´] c:CHAR { return c; })+ "`"
|
||||
{
|
||||
return INLINE_CODE(content);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue