Closed
Description
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
Labels
No labels