diff --git a/test/new/nested_code.html b/test/new/nested_code.html index c3705920..c28a1628 100644 --- a/test/new/nested_code.html +++ b/test/new/nested_code.html @@ -1 +1,9 @@

hi ther `` ok ```

+ +

`

+ +

There is a literal backtick (`) here.

+ +

A backtick-delimited string in a code span: `foo`

+ +

Please don't use any <blink> tags.

\ No newline at end of file diff --git a/test/new/nested_code.md b/test/new/nested_code.md index 910e3d46..adde4177 100644 --- a/test/new/nested_code.md +++ b/test/new/nested_code.md @@ -1 +1,9 @@ ````` hi ther `` ok ``` ````` + +`` ` `` + +``There is a literal backtick (`) here.`` + +A backtick-delimited string in a code span: `` `foo` `` + +Please don't use any `` tags. \ No newline at end of file