Skip to content

Commit

Permalink
im tired
Browse files Browse the repository at this point in the history
  • Loading branch information
crescentheaded committed Feb 21, 2024
1 parent a13f043 commit 9ed4ee7
Showing 1 changed file with 29 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
@Tutorial(time: <#number#>) {
@Intro(title: "<#text#>") {
<#text#>

@Image(source: <#file#>, alt: "<#accessible description#>")
}

@Section(title: "<#text#>") {
@ContentAndMedia {
<#text#>

@Image(source: <#file#>, alt: "<#accessible description#>")
}

@Steps {
@Step {
<#text#>

@Image(source: <#file#>, alt: "<#accessible description#>")
}

@Step {
<#text#>

@Code(name: "<#display name#>", file: <#filename.swift#>)
}
}
}
}

0 comments on commit 9ed4ee7

Please sign in to comment.