facelessuser / MarkdownPreview

Markdown preview and build plugin for Sublime Text https://facelessuser.github.io/MarkdownPreview/
Other
402 stars 53 forks source link

table is not correctly shown in preview #127

Closed armstrongli closed 3 years ago

armstrongli commented 3 years ago

image

facelessuser commented 3 years ago

I'm not sure what you did, what your config is, or really anything. I, unfortunately, cannot debug the image you've provided.

If you can provide more information, I may be able to help, if not, I will most likely just have to close the issue.

@gir-bot add more-info-needed

armstrongli commented 3 years ago

here is what I got in preview:

image

facelessuser commented 3 years ago

I think you are confusing plugins. We do not do live previews in Sublime tabs, but instead, we do previews in the browser. So if you are getting previews in a tab, you are not using this plugin. With that said, Sublime supports only a limited subset of HTML via a minihtml library, and currently, tables are not supported, so whatever plugin you are using, it most likely cannot render tables, so it isn't attempting to convert them.

As this is not related to this plugin, closing as no action.

@gir-bot add S: invalid @gir-bot remove: S: triage, S: more-info-needed