We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a70513 commit c51b565Copy full SHA for c51b565
1 file changed
scripts/md2html/md2html.js
@@ -42,7 +42,7 @@ const md = require('markdown-it')({
42
} catch (__) { }
43
}
44
45
- return '<pre class="highlight '+lang+'"><code>' + md.utils.escapeHtml(str) + '</code></pre>';
+ return '<pre class="highlight '+lang+'" tabindex="0"><code>' + md.utils.escapeHtml(str) + '</code></pre>';
46
47
});
48
0 commit comments