Hello. I love the fact that Jetpack now lets me use Markdown for blog posts. And I am aware that Jetpacks implements Markdown Extra.
However, I've been unable to create tables using the Markdown Extra syntax. , with the text editor completely ignoring it.
Example:
| Características | Asus Chromebox |
| ----- | ----- |
| CPU | Intel de 4ta Generación |
| Almacenamiento | 16 GBs Internos, 100 GBs en Google Drive |
| Conectividad | 2 Puertos USB 3.0, Lector de Tarjetas, WiFi "n", Ethernet |
| Video | HDMI y DisplayPort, capaz de reproducir video 4K |
[Asus Chromebox]
This gets completely ignored by Wordpress / Jetpack. Even removing the "pipes" from the beginning and the end of the table, won't work
Is this a bug on the current Markdown implementation on Jetpack?