On 10.04.2013 15:10, Hans Hagen wrote:
On 4/10/2013 2:44 PM, Xenia wrote:
On 10.04.2013 01:02, Hans Hagen wrote:
On 4/9/2013 9:29 PM, Xenia wrote:
Dear context list,
I love simple tables in markdown like this one
\startmarkdown Right Left Center Default ------- ------ ---------- ------- 12 12 12 12 123 123 123 123 1 1 1 1
Table: Demonstration of simple table syntax. \stopmarkdown
Is there a way to reference this table? With \starttabulate (\stoptabulate) tables can be referenced with \placetable, but \placetable just creates another (empty) table in case of a markdown table.
Also if you put {} around the code? or use
\startplacetable{xx} ... \stopplacetable
No this creates no caption and a second (empty) table with the right caption.
and what about:
\startbuffer \startmarkdown ... \stopmarkdown \stopbuffer
\placetable{whatever}{\getbuffer}
Unfortunately not. Marco might be right and this is a markdown issue …