Skip to content

Add 'console_script' executables for basic document/AST output #30

@chrisjsewell

Description

@chrisjsewell

Especially for quick demonstration purposes, without having to hook in to the whole sphinx infastructure. For example myst-to-ast path/to/doc.md would convert:

# header

Some **bold** text

to

<document>
    <section>
        header
    <paragraph>
        Some
        <emphasis>
            bold
        text

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions