Skip to content

Commit

Permalink
adding the start of an archetype
Browse files Browse the repository at this point in the history
  • Loading branch information
Ducasse committed Oct 1, 2023
1 parent 6185dad commit a2f3e56
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions archetypes/templated/support/templates/html/bold.mustache
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Yes bold my friend <b>{{{contents}}}</b>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<H{{{level}}}>{{{contents}}}</H{{{level}}}>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{{{contents}}} Yes we do not like italic
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<li>Basic item{{{contents}}}</li>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<p>Paragraph. {{{contents}}}</p>
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<ol type="a">
{{{contents}}}
</ol>

0 comments on commit a2f3e56

Please sign in to comment.