Skip to content

Commit

Permalink
Template I used for GitHub Universe post
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw authored Nov 12, 2023
1 parent f57ab1c commit 9076920
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions templates/pages/tools/annotated-presentations.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,13 @@ <h1>Annotated presentation creator</h1>
</div></textarea
>
<p><button id="executeTemplatesButton">Execute templates</button></p>
<p>I often use a template like this one:</p>
<pre>&lt;div class=&quot;slide&quot; id=&quot;${filename}&quot;&gt;
&lt;img src=&quot;https://static.simonwillison.net/static/2023/universe/${filename}&quot; alt=&quot;${escapeHtml(alt)}&quot;&gt;
&lt;a style=&quot;float: right; padding-left: 1em; border: none&quot; href=&quot;https://simonwillison.net/2023/Nov/10/universe/#${filename}&quot;&gt;#&lt;/a&gt;
${markdownAsHtml}
&lt;/div&gt;
</pre>
</div>

<script type="module">
Expand Down

0 comments on commit 9076920

Please sign in to comment.