Open KiddoV opened 9 months ago
I want to make some adjustment on the auto format feature, for example I want to trigger the
code feature
with double backtick instead of single backtick
Take a look on at Autoformat and creating custom autoformatters.
Also I want to trigger the code block after defined the language when typing like:
There's no API to achieve this., we can change it to the feature request if you want.
There's no API to achieve this., we can change it to the feature request if you want.
That would be nice. Thanks!
📝 Ask a question
I want to make some adjustment on the auto format feature, for example I want to trigger the
code feature
with double backtick instead of single backtick: ``code`` instead of `code` or even with many backticks like Github does.Also I want to trigger the code block after defined the language when typing like: ```javascript\<Enter> => trigger the
code block ui
instead of ``` => trigger. How can I config the plugin to achieve this behavior, thanks!