1
Fork 0

Regression test for double inner backticks

Now that we don't parse & serialize that anymore,
we can't mess it up, but still good to ensure we never break it again.

Fixes #23
This commit is contained in:
Jan-Erik Rediger 2022-01-25 21:02:55 +01:00
parent 81157fa109
commit 9df9574187
2 changed files with 6 additions and 0 deletions

View file

@ -9,3 +9,6 @@
# Header 2
## Header 2.1
When code or an identifier must appear in a message or label, it should be
surrounded with backticks: `` `foo.bar` ``.

View file

@ -12,3 +12,6 @@
# Header 2
## Header 2.1
When code or an identifier must appear in a message or label, it should be
surrounded with backticks: `` `foo.bar` ``.