Skip to content

Commit

Permalink
closes #918
Browse files Browse the repository at this point in the history
  • Loading branch information
tlienart committed Nov 3, 2021
1 parent a66817e commit 9ef437d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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.63"
version = "0.10.64"

[deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Expand Down
1 change: 1 addition & 0 deletions src/eval/literate.jl
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ function literate_to_franklin(rpath::AS)::Tuple{String,Bool}
flavor=Literate.CommonMarkFlavor(),
mdstrings=locvar(:literate_mds)::Bool,
config=Dict("codefence" => (LITERATE_JULIA_FENCE => "```")),
preprocess=s->replace(s, r"#hide\s*?\n" => "# hide\n"),
postprocess=literate_post_process,
credit=false
)
Expand Down

2 comments on commit 9ef437d

@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/48039

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.64 -m "<description of version>" 9ef437d41a584a305040b2f5b7270c5f83de8756
git push origin v0.10.64

Please sign in to comment.