Admonitions
open by default
you can open a details tab with '+'
closed by default
you can open a details tab with '+'
all of the admonitions
Note
a note
Abstract
an abstract
Info
admonitions
Tip
You should think about using admonitions
Success
Run Successful!
Question
What do you think of this?
Source
Add some source code.
print('hello world')
!!! warning a warning !!! failure a failure !!! danger some danger !!! bug a bug !!! example an example ``` python print('hello world') ``` !!! quote a quote > include a nice quote <!-- Background #282a36 --> <!-- Current Line #44475a --> <!-- Foreground #f8f8f2 --> <!-- Comment #6272a4 --> <!-- Cyan #8be9fd --> <!-- Green #50fa7b --> <!-- Orange #ffb86c --> <!-- Pink #ff79c6 --> <!-- Purple #bd93f9 --> <!-- Red #ff5555 --> <!-- Yellow #f1fa8c --> <!-- note: $drac-dark-yellow, --> <!-- abstract: $drac-cyan, --> <!-- info: $drac-light-blue, --> <!-- tip: $drac-teal, --> <!-- success: $drac-green, --> <!-- question: $drac-light-green, --> <!-- warning: $drac-orange, --> <!-- failure: $drac-dark-red, --> <!-- danger: $drac-red, --> <!-- bug: $drac-dark-pink, --> <!-- example: $drac-purple, --> <!-- quote: $drac-grey -->