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 336a65c commit 061e6c5Copy full SHA for 061e6c5
examples/languages/test.md
@@ -67,9 +67,11 @@ Another inline code: `any`
67
68
This is a function_name. Another_One.
69
70
-Same for__double under__scores
+Same for__double under__scores __ **
71
72
Within a word*italic*should written like this.
73
74
And the**bold**like this.
75
76
+*test * *test * _test _ _ test_
77
+_ test_ _test _
src/languages/md.js
@@ -31,7 +31,7 @@ export default [
31
},
32
{
33
type: 'kwd',
34
- match: /\b_[^_]*_\b|\*[^*]*\*/g
+ match: /\b_\S([^\n]*?\S)?_\b|\*\S([^\n]*?\S)?\*/g
35
36
37
0 commit comments