greghendershott / frog

Frog is a static blog generator implemented in Racket, targeting Bootstrap and able to use Pygments.
916 stars 96 forks source link

Markdown support for tables #135

Open WIZARDELF opened 9 years ago

WIZARDELF commented 9 years ago

right now i can only use html to generate tables. any other options?

greghendershott commented 9 years ago

IIRC some markdown flavors have an extension for tables, where you "draw" the table using + - and | chars.

I don't have time to add that to the Racket markdown parser in the very near future.

If more people comment here that they really want this, I would try to get to it sooner.

greghendershott commented 8 years ago

Update: There's a pull request underway for this in the markdown library used by Frog: https://github.com/greghendershott/markdown/pull/56