feat: export markdown iced feature
This commit is contained in:
parent
3c5a2d9340
commit
568ff097d6
3 changed files with 18 additions and 0 deletions
|
|
@ -361,3 +361,7 @@ pub mod tooltip {
|
|||
pub mod warning;
|
||||
#[doc(inline)]
|
||||
pub use warning::*;
|
||||
|
||||
#[cfg(feature = "markdown")]
|
||||
#[doc(inline)]
|
||||
pub use iced::widget::markdown;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue