This change to revert #233 to let label to wrap. <img width="1279" alt="image" src="https://github.com/user-attachments/assets/8081216f-0ea0-4ba2-9095-6fd84102e03b" />
7 lines
86 B
Rust
7 lines
86 B
Rust
mod element;
|
|
mod html;
|
|
mod markdown;
|
|
mod text_view;
|
|
mod utils;
|
|
|
|
pub use text_view::*;
|