On Mon, 11 Nov 2013, Xan wrote:
Hi,
Is there any way to have a multiline cell in markdown while I run ConTeXt with t-filter module?
Can you please send a complete minimal example?
This:
| Activitat | Conceptes | idioma | notes | |:----------|:----------|:-------|:------| | [DM-40](http://mrmeyer.com/threeacts/buckythebadger/). Quantes flexions hauria de fer la mascota? | funció lineal? | anglès | complicat d'entendre | | [DM-33](http://mrmeyer.com/threeacts/dominoskyscraper/). Domino gratacels | funció exponencial | anglès | complicat de calcular (per tempteig). no me surt la resposta teòria de 29 | | [DM-35](http://mrmeyer.com/threeacts/shrinkingdollar/). Encollir un dòlar | funció exponencial | | |
produces me a very wide table.
Pandoc uses the old table mechanism for tables. I think that the best way forward is to convert a markdown table to a natural table (\bTABLE etc.). That will make it much easier to control the layout of the table. But this should be raised as a feature request on the pandoc mailing list. Aditya