Minor refactorings, doc comments

This commit is contained in:
Juno Takano 2026-01-19 01:53:43 -03:00
commit 7e9f3c3afb
3 changed files with 38 additions and 27 deletions

View file

@ -1,4 +1,4 @@
use crate::syntax::content::Parseable;
use crate::syntax::content::Parseable as _;
pub mod anchor;
pub mod bold;