Skip to content

Commit 77f09e9

Browse files
authored
Add admonitions section with warning, note, and tip
1 parent 243947e commit 77f09e9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

content/markdown.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,3 +277,12 @@ And the raw markdown to produce this code block looks like:
277277
return func(*args, **kwargs).lower()
278278
return wrapper_do_twice
279279
...
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

Comments
 (0)