Skip to content
Snippets Groups Projects
Commit c2c62950 authored by marihachi's avatar marihachi
Browse files

disallow ´ in inline code

parent 294e7a55
No related branches found
No related tags found
No related merge requests found
......@@ -291,7 +291,7 @@ strike
// inline: inlineCode
inlineCode
= "`" content:$(!"`" c:CHAR { return c; })+ "`"
= "`" content:$(![`´] c:CHAR { return c; })+ "`"
{
return INLINE_CODE(content);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment