I am a markdown deep user.When writing markdown files, it is very troublesome thing to add backquote manually.There are two scenarios: one is the two backquote of a single line of code;The other is the block of code contained six backquote.So we used half a day to develop this simple plugin.
The selected content will be added to the line backquote.If you do not select text, plugin will add code block backquote.
Use shortcut keys to add backquotes in Markdown:
- Mac:
cmd+d - Windows:
ctrl+d
0.0.1 (2018/11/11)
- First version
0.0.2 (2018/11/13)
- Add auto generated code block backquote function.
0.0.3 (2019/01/01)
- Fix bugs that insert code block newlines in the middle of text.
0.0.4 (2019/01/01)
- Change README
- Fix some bugs
If you have better suggestions, you can leave a message on Github or my personal blog, and more features will be added later.
Enjoy!

