Publish html_to_markdown (#13718)

This PR updates the `html_to_markdown` crate with the necessary changes
to publish it to crates.io.

Publishing it makes it available for use within extensions when
implementing functionality for the Assistant.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2024-07-01 17:18:58 -04:00 committed by GitHub
parent 3419f5fc42
commit 3a43adba00
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 7 additions and 4 deletions

View file

@ -1,4 +1,4 @@
//! Provides conversion from rustdoc's HTML output to Markdown.
//! Convert HTML to Markdown.
mod html_element;
pub mod markdown;