nicoulaj / idea-markdown

Markdown language support for IntelliJ IDEA (abandonned).
Apache License 2.0
600 stars 97 forks source link

support preview of tables #168

Closed winniehell closed 10 years ago

winniehell commented 10 years ago

Please preview tables as tables :-) see also #164

Example

| a | b | c |
|---|---|---|
| 1 | 2 | 3 |

to

a b c
1 2 3
nicoulaj commented 10 years ago

Tables are not part of standard Markdown, enable the extension in settings.

winniehell commented 10 years ago

Awesome, did not know there were settings ;-) Thank you very much for the great plugin!