Make default element generic

This commit is contained in:
Juno Takano 2025-12-16 19:01:20 -03:00
commit 5d28a2e707
6 changed files with 92 additions and 53 deletions

View file

@ -1,2 +1,3 @@
pub(super) mod paragraph;
pub(super) mod header;
pub mod header;
pub mod paragraph;
pub mod span;