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 543f7f0 commit 656661aCopy full SHA for 656661a
docs/material/assets/javascripts/extra.js
@@ -76,7 +76,7 @@ document$.subscribe(function() {
76
function processMark(mark) {
77
if (processedNodes.has(mark)) return;
78
79
- const cleanText = mark.textContent.replace(/k?(>|>)/g, '');
+ const cleanText = mark.textContent.replace(/r?k?(>|>)/g, '');
80
if (cleanText !== mark.textContent) {
81
const newMark = document.createElement('mark');
82
newMark.textContent = cleanText;
0 commit comments