Skip to content

Commit d2e7e13

Browse files
Update index.js
1 parent 862843c commit d2e7e13

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/documentation/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ const biMDtoHTML = (input) => {
4141
text = text.replace(/(?<=\s|^|[.,!?;:])__\s*(.*?)\s*__(?=\s|[.,!?;:]|$)/g, '<em>$1</em>');
4242

4343
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>');
4544

4645
return text;
4746
}

0 commit comments

Comments
 (0)