markdown-here
markdown-here copied to clipboard
Markdown-here not rendering indented tables
Just started using markdown-here today and love it! Thanks for you work.
The issue: GitHub markdown suports indented tables. It appears that markdown-here does not.
Can someone add this feature?
Here is an example of an unindented table:
A “Hollow” Candle Chart has four types of candles:
Candle Type | Defining Data |
---|---|
Up Color Hollow | Close > Previous Close and Close > Open |
Up Color Filled | Close > Previous Close and Close < Open |
Down Color Hollow | Close < Previous Close and Close > Open |
Down Color Filled | Close < Previous Close and Close < Open |
-
And here is an example of an indented table,
which works fine in GitHub markdown, but not with markdown-here (in gmail on chrome) -
A “Hollow” Candle Chart has four types of candles:
Candle Type Defining Data Up Color Hollow Close > Previous Close and Close > Open Up Color Filled Close > Previous Close and Close < Open Down Color Hollow Close < Previous Close and Close > Open Down Color Filled Close < Previous Close and Close < Open -
I can even indent tables at two levels like this:
Candle Type Defining Data Up Color Hollow Close > Previous Close and Close > Open Up Color Filled Close > Previous Close and Close < Open Down Color Hollow Close < Previous Close and Close > Open Down Color Filled Close < Previous Close and Close < Open
-
That's all folks!