diff --git a/crates/typst-library/src/text/smartquote.rs b/crates/typst-library/src/text/smartquote.rs index 375b1cf09..2ef701fdc 100644 --- a/crates/typst-library/src/text/smartquote.rs +++ b/crates/typst-library/src/text/smartquote.rs @@ -264,6 +264,7 @@ impl<'s> SmartQuotes<'s> { "he" => ("’", "’", "”", "”"), "hr" => ("‘", "’", "„", "”"), "bg" => ("’", "’", "„", "“"), + "ar" if !alternative => ("’", "‘", "«", "»"), _ if lang.dir() == Dir::RTL => ("’", "‘", "”", "“"), _ => default, };