We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c910af commit 2fdc649Copy full SHA for 2fdc649
public/vendor/plugins/autolink/autolink.js
@@ -26,7 +26,7 @@
26
re.lastIndex = 0;
27
var results = re.exec(node.textContent);
28
if(results !== null) {
29
- if($(node).parents().filter('pre>code').length === 0) {
+ if($(node).parents().filter('code').length === 0) {
30
$(node).replaceWith(
31
$('<span />').html(
32
node.nodeValue.replace(re, '<a href="$1">$1</a>')
0 commit comments