From 46179d5b3e84b5c709e09924cbda524230ebd3fe Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 12 May 2020 13:51:48 -0700 Subject: Use latest skylighting. This adds `aria-hidden="true"` to the empty a elements, which helps people who use screen readers. --- test/command/5627.md | 8 ++++---- test/command/5650.md | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'test/command') diff --git a/test/command/5627.md b/test/command/5627.md index 0f67a083f..41fec0038 100644 --- a/test/command/5627.md +++ b/test/command/5627.md @@ -20,8 +20,8 @@ Something
  • Two -->something<!--
  • Three
  • -
    --><!--<script>alert('Escaped!')</script>
    -
    Something
    +
    --><!--<script>alert('Escaped!')</script>
    +
    Something
    ``` ``` @@ -46,8 +46,8 @@ Something
  • -->something<!--
  • bye -->something else<!--
  • -
    --><!--<script>alert('Escaped!')</script>
    -
    Something
    +
    --><!--<script>alert('Escaped!')</script>
    +
    Something
    ``` ``` diff --git a/test/command/5650.md b/test/command/5650.md index 0618f415f..2f36c6066 100644 --- a/test/command/5650.md +++ b/test/command/5650.md @@ -5,8 +5,8 @@ a b ``` ^D -
    a
    -b
    +
    a
    +b
    ```` ```` @@ -16,7 +16,7 @@ a b ``` ^D -
    a
    -b
    +
    a
    +b
    ```` -- cgit v1.2.3