Skip to content

Commit 656661a

Browse files
committed
Update extra.js
1 parent 543f7f0 commit 656661a

File tree

1 file changed

+1
-1
lines changed
  • docs/material/assets/javascripts

1 file changed

+1
-1
lines changed

docs/material/assets/javascripts/extra.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ document$.subscribe(function() {
7676
function processMark(mark) {
7777
if (processedNodes.has(mark)) return;
7878

79-
const cleanText = mark.textContent.replace(/k?(>|>)/g, '');
79+
const cleanText = mark.textContent.replace(/r?k?(>|>)/g, '');
8080
if (cleanText !== mark.textContent) {
8181
const newMark = document.createElement('mark');
8282
newMark.textContent = cleanText;

0 commit comments

Comments
 (0)