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 862843c commit d2e7e13Copy full SHA for d2e7e13
src/documentation/index.js
@@ -41,7 +41,6 @@ const biMDtoHTML = (input) => {
41
text = text.replace(/(?<=\s|^|[.,!?;:])__\s*(.*?)\s*__(?=\s|[.,!?;:]|$)/g, '<em>$1</em>');
42
43
text = text.replace(/(?<=\s|^|[.,!?;:])__\*\s*(.*?)\s*\*\__(?=\s|[.,!?;:]|$)/g, '<em><strong>$1</strong></em>');
44
- text = text.replace(/(?<=\s|^|[.,!?;:])\*\*\s*(.*?)\s*_**(?=\s|[.,!?;:]|$)/g, '<em><strong>$1</strong></em>');
45
46
return text;
47
}
0 commit comments