From 6e7049ba327fbd43ef5da762982d0f5eeac3e9b2 Mon Sep 17 00:00:00 2001 From: hpcfzl Date: Wed, 16 Jul 2025 13:19:32 +0200 Subject: [PATCH] Update table.rs Replaces all **1** occurrence of *invisible* emoji --- crates/typst-library/src/model/table.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/typst-library/src/model/table.rs b/crates/typst-library/src/model/table.rs index e46efc818..3f8564c32 100644 --- a/crates/typst-library/src/model/table.rs +++ b/crates/typst-library/src/model/table.rs @@ -625,7 +625,7 @@ pub struct TableVLine { /// cell(align: left)[🌴🚗], /// cell( /// inset: 0.06em, -/// text(1.62em)[🛖🌅🌊], +/// text(1.62em)[🏝️🌅🌊], /// ), /// ) /// ```