Skip to content

Commit

Permalink
additional fix for pagevar
Browse files Browse the repository at this point in the history
  • Loading branch information
tlienart committed Oct 6, 2021
1 parent 88fd8ad commit c94317b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Franklin"
uuid = "713c75ef-9fc9-4b05-94a9-213340da978e"
authors = ["Thibaut Lienart <[email protected]>"]
version = "0.10.59"
version = "0.10.60"

[deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Expand Down
2 changes: 1 addition & 1 deletion src/converter/markdown/md.jl
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function convert_md(
# HACK avoid stackoverflow in pagevar loop see #891
if pagevar
PAGEVAR_DEPTH[] += 1
else
elseif !isrecursive && !isinternal
PAGEVAR_DEPTH[] = 0
end

Expand Down

2 comments on commit c94317b

@tlienart
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/46201

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.10.60 -m "<description of version>" c94317b5823c3510ed9180e7d374010c08557262
git push origin v0.10.60

Please sign in to comment.