markdown-it-py icon indicating copy to clipboard operation
markdown-it-py copied to clipboard

[3.0.0] Command `markdown-it` does not allow activating support for tables? :cry:

Open hartwork opened this issue 8 months ago • 1 comments

Hi! 👋

I just learned that markdown-it README.md > README.htm does not render tables, that markdown-it --help does not show any related switches and that I need something like…

python3 -c 'import sys; from markdown_it import MarkdownIt; md = MarkdownIt("commonmark").enable("table"); print(md.render(sys.stdin.read()))' < README.md > README.htm

…to render with support for tables active. Is there a chance that maybe a commend line argument --enable-tables could be added?

Thanks and best, Sebastian

hartwork avatar May 03 '25 21:05 hartwork

@executablebooks any thoughts?

hartwork avatar Jul 12 '25 22:07 hartwork