You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apologies for the late response. There might be a bug in the marketplace SSR code that converts markdown to HTML. It seems to be triggered by empty code blocks in your table:
As a mitigation, I'd suggest to try to remove those from your table. Please, let me know if that helps.
There is a bug, fixing it will take some time. If you want your table to look nice in both cases now, I suggested a workaround. Feel free to wait until the bug is fixed though.
I've been pointed out that double backticks do not denote an empty code span, but opening a code span where single backticks are ignored. So, what happens here is that double backtick in the first row opens a code span which lasts until another double backtick in the second row. Which in turn destroys any chance of parsing table as table and it seems to be the correct behavior here, although counterintuitive.
Without
&ssr=false
https://marketplace.visualstudio.com/items?itemName=ygqygq2.turbo-file-header
With
&ssr=false
https://marketplace.visualstudio.com/items?itemName=ygqygq2.turbo-file-header&ssr=false#overview
The text was updated successfully, but these errors were encountered: