Skip to content

Commit

Permalink
add front matter to example.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
eford committed Sep 24, 2024
1 parent 547a47d commit 316af4e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions example.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
### A Pluto.jl notebook ###
# v0.19.46

#> [frontmatter]
#> title = "PlutoTeachingTools.jl Examples"
#> description = "Demonstrates functions and patterns for making tutorials in Pluto with PlutoTeachingTools"
#> tags = ["basic", "julia", "pluto", "plutoteachingtools", "examples"]
#> date = "2024-09-24"
#> license = "CC BY-SA 4.0"
#> license_url = "https://creativecommons.org/licenses/by-sa/4.0/"
#> image = "https://avatars.githubusercontent.com/u/74617459?s=200&v=4"
#>
#> [[frontmatter.author]]
#> name = "Eric Ford"
#> url = "https://github.com/eford"

using Markdown
using InteractiveUtils

Expand Down

0 comments on commit 316af4e

Please sign in to comment.