Skip to content

Commit

Permalink
Revert escaping dollar symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
rikhuijzer committed Jun 11, 2024
1 parent 7c5592f commit 612322c
Show file tree
Hide file tree
Showing 7 changed files with 333 additions and 431 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "PlutoStaticHTML"
uuid = "359b1769-a58e-495b-9770-312e911026ad"
authors = ["Rik Huijzer <github@huijzer.xyz>"]
version = "6.0.24"
version = "6.0.23"

[deps]
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
Expand Down
2 changes: 1 addition & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ PlutoStaticHTML = "359b1769-a58e-495b-9770-312e911026ad"
PlutoUI = "7f904dfe-b85e-4ff6-b463-dae2292396a8"

[compat]
Documenter = "1"
Documenter = "0.27"
3 changes: 2 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@ mathengine = MathJax3()
prettyurls = get(ENV, "CI", nothing) == "true"
format = HTML(; mathengine, prettyurls)
modules = [PlutoStaticHTML]
strict = true
checkdocs = :none
makedocs(; sitename, pages, format, modules, checkdocs)
makedocs(; sitename, pages, format, modules, strict, checkdocs)

deploydocs(;
branch="docs-output",
Expand Down
Loading

0 comments on commit 612322c

Please sign in to comment.