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 243947e commit 77f09e9Copy full SHA for 77f09e9
content/markdown.md
@@ -277,3 +277,12 @@ And the raw markdown to produce this code block looks like:
277
return func(*args, **kwargs).lower()
278
return wrapper_do_twice
279
...
280
+
281
282
+## [Admonitions](https://www.markdownguide.org/hacks/#admonitions)
283
284
+> :warning: **Warning:** Do not push the big red button.
285
286
+> :memo: **Note:** Sunrises are beautiful.
287
288
+> :bulb: **Tip:** Remember to appreciate the little things in life.
0 commit comments