You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.