From cf25b8d18dd0c1970d837a8ac66a832ee43e2981 Mon Sep 17 00:00:00 2001 From: Tobias Schmitz Date: Fri, 25 Jul 2025 15:43:07 +0200 Subject: [PATCH] docs: add todo --- crates/typst-library/src/model/par.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/typst-library/src/model/par.rs b/crates/typst-library/src/model/par.rs index f32520a9f..84c5f120e 100644 --- a/crates/typst-library/src/model/par.rs +++ b/crates/typst-library/src/model/par.rs @@ -60,6 +60,7 @@ use crate::model::Numbering; /// /// - A proper distinction between paragraphs and other text helps people who /// rely on assistive technologies (such as screen readers) navigate and +// TODO(accessibility): update comment /// understand the document properly. Currently, this only applies to HTML /// export since Typst does not yet output accessible PDFs, but support for /// this is planned for the near future.