Skip to content

Commit 828f5d1

Browse files
committed
Automated site build
1 parent 77f09e9 commit 828f5d1

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/markdown/index.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,14 @@ <h2>Markdown Examples Part 3</h2>
302302
return func(*args, **kwargs).lower()
303303
return wrapper_do_twice
304304
...
305-
</code></pre></div></div>
305+
</code></pre></div>
306+
307+
<h2><a href="https://www.markdownguide.org/hacks/#admonitions">Admonitions</a></h2>
308+
<blockquote>
309+
<p>:warning: <strong>Warning:</strong> Do not push the big red button.</p>
310+
<p>:memo: <strong>Note:</strong> Sunrises are beautiful.</p>
311+
<p>:bulb: <strong>Tip:</strong> Remember to appreciate the little things in life.</p>
312+
</blockquote></div>
306313
<footer>
307314
<p class="meta">
308315
<span class="byline author vcard">

0 commit comments

Comments
 (0)