tpope / vim-markdown

Vim Markdown runtime files
1.23k stars 191 forks source link

Can't get underscore inside bold text #159

Open tomaskallup opened 4 years ago

tomaskallup commented 4 years ago

Example (ignore pipes):

|**\_app.tsx**
|```typescript
|import "@styles/global.scss"
|```

image

Without the underscore (ignore pipes):

|**app.tsx**
|```typescript
|import "@styles/global.scss"
|```

image