Skip to content

Commit 879523c

Browse files
committed
Add option treat_markdown_warnings_as_error which throws an error when encountering a markdown/interpolation warning
1 parent 3ea3d4d commit 879523c

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
@@ -2441,9 +2441,9 @@ function domify(dctx::DCtx, ::Node, e::MarkdownAST.JuliaValue)
24412441
Unexpected Julia interpolation in the Markdown. This probably means that you have an
24422442
unbalanced or un-escaped \$ in the text.
24432443
2444-
To write the dollar sign, escape it with `\\\$`
2444+
To write the dollar sign, escape it with `\\\$`
24452445
2446-
We don't have the file or line number available, but we got given the value:
2446+
We don't have the file or line number available, but we got given the value:
24472447
24482448
`$(e.ref)` which is of type `$(typeof(e.ref))`
24492449
"""

0 commit comments

Comments
 (0)