remove unspecified inline code tag support

This commit is contained in:
yggverse 2025-03-21 17:02:50 +02:00
parent 10ff400d8f
commit 678f906f48
8 changed files with 104 additions and 181 deletions

View file

@ -4,6 +4,7 @@ pub mod link;
pub mod list;
pub mod quote;
pub use code::Code;
pub use header::Header;
pub use link::Link;
pub use list::List;