We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77f09e9 commit 828f5d1Copy full SHA for 828f5d1
docs/markdown/index.html
@@ -302,7 +302,14 @@ <h2>Markdown Examples Part 3</h2>
302
return func(*args, **kwargs).lower()
303
return wrapper_do_twice
304
...
305
-</code></pre></div></div>
+</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>
313
<footer>
314
<p class="meta">
315
<span class="byline author vcard">
0 commit comments