frenya / vscode-recall

MIT License
24 stars 7 forks source link

Hope to be able to support code syntax highlighting And Find a Code Format Issue #2

Closed ouyangjunyi closed 3 years ago

ouyangjunyi commented 3 years ago

image

Now it doesn't seem to support the code very well, and the plug-in might be preview the chunks by detecting line breaks. So if I insert a blank line in my code, it will look like this:

image

frenya commented 3 years ago

Hi. Thanks for pointing this out. I will have a look at it.

As a temporary workaround, it is possible to put one space on the empty lines and they will no longer work as card page separators, i.e. the whole code block will appear at once.

Note: make sure VSCode's files.trimTrailingWhitespace setting is set to false, otherwise they will get removed on save

frenya commented 3 years ago

Fixed in v0.7.0