Skip to content

[3.0.0] Command markdown-it does not allow activating support for tables? 😢 #352

Open
@hartwork

Description

@hartwork

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions