vscode-markdown icon indicating copy to clipboard operation
vscode-markdown copied to clipboard

Add a setting to choose the character used by toggleBold

Open dorian-marchal opened this issue 5 years ago • 1 comments

For italic, we can choose the wrapper char with markdown.extension.italic.indicator setting:

https://github.com/neilsustc/vscode-markdown/blob/e0649e30108e43f0f391b261afa3df43669409e1/package.json#L229-L236

It could be nice to have the same thing for bold (e.g. markdown.extension.bold.indicator) so we can toggleItalic *like this* and toggleBold __like this__.

dorian-marchal avatar Nov 20 '18 09:11 dorian-marchal

Good for PR

yzhang-gh avatar Nov 20 '18 09:11 yzhang-gh