From 558aef9ff71f1bf813639beedb1fb509ecc6a4e8 Mon Sep 17 00:00:00 2001 From: Jakob Peters Date: Mon, 13 May 2024 15:30:42 -0700 Subject: [PATCH] Try again to fix docstring reference --- src/strings.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/strings.jl b/src/strings.jl index a9a9b49..0ce84ed 100644 --- a/src/strings.jl +++ b/src/strings.jl @@ -161,7 +161,7 @@ const examples = [ preamble A constant used at the beginning of Typst source files generated by -[`show(::IO,\u00A0::Union{MIME"image/png",\u00A0MIME"image/svg+xml"},\u00A0::TypstString`)](@ref). +[`show(::IO,\u00A0::Union{MIME"image/png",\u00A0MIME"image/svg+xml"},\u00A0::TypstString)`](@ref). # Examples ```jldoctest