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 1a34159 commit aca376bCopy full SHA for aca376b
examples/languages/test.md
@@ -64,3 +64,12 @@ An [example](http://example.com). <http://example.com>
64
Inline code (should start here: `await session.close()`) ended here [12][6]
65
66
Another inline code: `any`
67
+
68
+This is a function_name. Another_One.
69
70
+Same for__double under__scores
71
72
+Within a word*italic*should written like this.
73
74
+And the**bold**like this.
75
src/languages/md.js
@@ -31,7 +31,7 @@ export default [
31
},
32
{
33
type: 'kwd',
34
- match: /_[^_]*_|\*[^*]*\*/g
+ match: /\b_[^_]*_\b|\*[^*]*\*/g
35
36
37
0 commit comments