Skip to content

Move markdown library out of librustdoc into it's own libmarkdown #12346

Closed
@mneumann

Description

@mneumann

Rust ships with a Markdown implementation. By moving it into it's own library, it's less hidden to the programmer and other people can depend on it for their own projects.

I know that I can use it right now via rustdoc::html::markdown::Markdown, but this also means that I depend on the whole rustdoc library, not just markdown.

I think if we ship with markdown we should make it available as a first class library for everyone to use and depend on.

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