Skip to content

Commit

Permalink
Add test for LaTeX page heading override escaping
Browse files Browse the repository at this point in the history
  • Loading branch information
mortenpi authored May 26, 2023
1 parent 233a782 commit e1396e5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/examples/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -593,13 +593,14 @@ examples_latex_texonly_doc = if "latex_texonly" in EXAMPLE_BUILDS
sitename = "Documenter LaTeX",
root = examples_root,
build = "builds/latex_texonly",
pages = htmlbuild_pages = Any[
pages = Any[
"General" => [
"index.md",
"latex.md",
"unicode.md",
hide("hidden.md"),
"example-output.md",
# The title override tests that we escape headings correctly
"`example_output`" => "example-output.md",
"linenumbers.md",
],
# SVG images nor code blocks in footnotes are allowed in LaTeX
Expand Down

0 comments on commit e1396e5

Please sign in to comment.