Closed almereyda closed 9 years ago
Hi,
what to you mean my "improve the document CSS"?
This should appear as a table, correct?
foo | bar
----| ----
syn | ack
one | two
In my test page it does not appear as a table.
The backticks above are just for clarity. I don't use them in my test page.
http://jingo.cica.li:6067/wiki/And-we-will-all-the-pleasures-prove
For sure what was missing was the CSS support for tables (oops). But the markdown support was there already (from marked). It just seems tables are very sensitive on how you create them with markup.
Look now http://jingo.cica.li:6067/wiki/And-we-will-all-the-pleasures-prove
https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet#tables
thanks, Claudio, this is great!
On Sat, Oct 17, 2015 at 2:29 AM, Claudio Cicali notifications@github.com wrote:
For sure what was missing was the CSS support to tables (oops). But the markdown support was there already (from marked). It just seems tables are very sensitive on how you create them with markup.
https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet#tables
— Reply to this email directly or view it on GitHub https://github.com/claudioc/jingo/issues/68#issuecomment-148898717.
The current implementation of Tables does not work exaclty.
Also the document's CSS could be improved for clarity.