You can now use <aside> with the classes
- warning
- success
- notice
to add little colored notes to your API docs! Examples are in
source/index.md.
Also, note that if you have a custom variables.scss, you'll have
to add
+$aside-notice-bg: #8fbcd4;
+$aside-warning-bg: #c97a7e;
+$aside-success-bg: #6ac174;
to it.