Skip to content

Commit

Permalink
Deploying to gh-pages from @ 1526a5d 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
tommilligan committed Oct 6, 2023
1 parent 3b58d76 commit e6f6e88
Show file tree
Hide file tree
Showing 5 changed files with 125 additions and 125 deletions.
18 changes: 9 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ <h2 id="intoduction"><a class="header" href="#intoduction">Intoduction</a></h2>
```
</code></pre>
<p>into this:</p>
<div id="admonition-info" class="admonition info">
<div id="admonition-info" class="admonition admonish-info">
<div class="admonition-title">
<p>Info</p>
<p><a class="admonition-anchor-link" href="#admonition-info"></a></p>
Expand All @@ -211,7 +211,7 @@ <h3 id="a-basic-admonish-block"><a class="header" href="#a-basic-admonish-block"
My example is the best!
```
</code></pre>
<div id="admonition-example" class="admonition example">
<div id="admonition-example" class="admonition admonish-example">
<div class="admonition-title">
<p>Example</p>
<p><a class="admonition-anchor-link" href="#admonition-example"></a></p>
Expand All @@ -233,7 +233,7 @@ <h3 id="a-basic-admonish-block"><a class="header" href="#a-basic-admonish-block"
A plain note.
```
</code></pre>
<div id="admonition-note" class="admonition note">
<div id="admonition-note" class="admonition admonish-note">
<div class="admonition-title">
<p>Note</p>
<p><a class="admonition-anchor-link" href="#admonition-note"></a></p>
Expand All @@ -248,7 +248,7 @@ <h3 id="invalid-blocks"><a class="header" href="#invalid-blocks">Invalid blocks<
This block will error
```
</code></pre>
<div id="admonition-error-rendering-admonishment" class="admonition bug">
<div id="admonition-error-rendering-admonishment" class="admonition admonish-bug">
<div class="admonition-title">
<p>Error rendering admonishment</p>
<p><a class="admonition-anchor-link" href="#admonition-error-rendering-admonishment"></a></p>
Expand Down Expand Up @@ -281,7 +281,7 @@ <h4 id="custom-title"><a class="header" href="#custom-title">Custom title</a></h
The following steps can lead to irrecoverable data corruption.
```
</code></pre>
<div id="admonition-data-loss" class="admonition warning">
<div id="admonition-data-loss" class="admonition admonish-warning">
<div class="admonition-title">
<p>Data loss</p>
<p><a class="admonition-anchor-link" href="#admonition-data-loss"></a></p>
Expand All @@ -295,7 +295,7 @@ <h4 id="custom-title"><a class="header" href="#custom-title">Custom title</a></h
This will take a while, go and grab a drink of water.
```
</code></pre>
<div id="admonition-default" class="admonition success">
<div id="admonition-default" class="admonition admonish-success">
<div>
<p>This will take a while, go and grab a drink of water.</p>
</div>
Expand All @@ -307,7 +307,7 @@ <h4 id="nested-markdownhtml"><a class="header" href="#nested-markdownhtml">Neste
accomplished with the &lt;span style=&quot;color: hotpink&quot;&gt;dereference operator&lt;/span&gt;, `*`.
```
</code></pre>
<div id="admonition-_referencing_-and-dereferencing" class="admonition tip">
<div id="admonition-_referencing_-and-dereferencing" class="admonition admonish-tip">
<div class="admonition-title">
<p><em>Referencing</em> and <i>dereferencing</i></p>
<p><a class="admonition-anchor-link" href="#admonition-_referencing_-and-dereferencing"></a></p>
Expand All @@ -325,7 +325,7 @@ <h4 id="nested-markdownhtml"><a class="header" href="#nested-markdownhtml">Neste
```
~~~
</code></pre>
<div id="admonition-bug" class="admonition bug">
<div id="admonition-bug" class="admonition admonish-bug">
<div class="admonition-title">
<p>Bug</p>
<p><a class="admonition-anchor-link" href="#admonition-bug"></a></p>
Expand Down Expand Up @@ -354,7 +354,7 @@ <h4 id="collapsible"><a class="header" href="#collapsible">Collapsible</a></h4>
```
</code></pre>
<p>Will yield something like the following HTML, which you can then apply styles to:</p>
<details id="admonition-note-1" class="admonition note">
<details id="admonition-note-1" class="admonition admonish-note">
<summary class="admonition-title">
<p>Note</p>
<p><a class="admonition-anchor-link" href="#admonition-note-1"></a></p>
Expand Down
Loading

0 comments on commit e6f6e88

Please sign in to comment.