Skip to content

Commit 41fba66

Browse files
committed
use locrepr
1 parent da43460 commit 41fba66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/html/HTMLWriter.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ using SHA: SHA
7373
using CodecZlib: ZlibCompressorStream
7474
using ANSIColoredPrinters: ANSIColoredPrinters
7575

76-
using ..Documenter: Documenter, Default, Remotes
76+
using ..Documenter: Documenter, Default, Remotes, locrepr
7777
using ...JSDependencies: JSDependencies
7878
using ...DOM: DOM, @tags
7979
using ...MDFlatten: mdflatten
@@ -2443,7 +2443,7 @@ function domify(dctx::DCtx, ::Node, e::MarkdownAST.JuliaValue)
24432443
24442444
To write the dollar sign, escape it with `\\\$`
24452445
2446-
Navnode is currently set to $(dctx.navnode.page), with parent $(dctx.navnode.parent), and we
2446+
Navnode is currently set to $(locrepr(dctx.navnode.page)), with parent $(dctx.navnode.parent), and we
24472447
were given the value:
24482448
24492449
`$(e.ref)` which is of type `$(typeof(e.ref))`

0 commit comments

Comments
 (0)