soasme / nim-markdown

A Beautiful Markdown Parser in the Nim World.

Home Page:https://www.soasme.com/nim-markdown/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

are tables on the roadmap?

timotheecour opened this issue · comments

See also: https://github.com/nim-lang/Nim/issues/9291#issuecomment-431698702

@GULPF

IMO if Nim is going to switch to markdown, there first must be a pure Nim implementation. Preferable one that implements a well specified form of markdown like CommonMark (note however that commonmark does not support anything fancy like tables).

IMO support for tables is a must, even if CommonMark doesn't support them.

commented

Thanks for the feedback. I've just bumped version from 0.2.0 to 0.3.0 for the table support. However, due to the ongoing GitHub issue, it's not showing on the GitHub page. Will close the issue when v0.3.0 appears in the master repo.

commented

v0.3.0 is published. :)