Skip to content

Commit

Permalink
add blockquote
Browse files Browse the repository at this point in the history
  • Loading branch information
eford committed Mar 4, 2023
1 parent 462546b commit 2d398cf
Show file tree
Hide file tree
Showing 2 changed files with 434 additions and 63 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "PlutoTeachingTools"
uuid = "661c6b06-c737-4d37-b85c-46df65de6f69"
authors = ["Eric Ford <ebf11@psu.edu> and contributors"]
version = "0.2.7"
version = "0.2.8"

[deps]
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
Expand All @@ -19,7 +19,7 @@ LaTeXStrings = "1"
Latexify = "0.15"
PlutoLinks = "0.1.5"
PlutoUI = "0.7"
julia = "1.7"
julia = "1.7, 1.8"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down

2 comments on commit 2d398cf

@eford
Copy link
Collaborator Author

@eford eford commented on 2d398cf Mar 4, 2023

Choose a reason for hiding this comment

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

@JuliaRegistrator register
Release Notes

  • Add blockquote

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

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.2.8 -m "<description of version>" 2d398cff604f993613111f4ad2b4855cbbec5165
git push origin v0.2.8

Please sign in to comment.