Using .notice with different box colors

Notice box with –info

INFO: Be sure to remove /docs and /test if you forked Minimal Mistakes. These folders contain documentation and test pages for the theme and you probably don’t want them littering up your repo.

Notice box with –warning

WARNING: putting a single backticks will yeild: Unknown tag 'include_cached'

Notice box with –danger

DANGER: putting a single backticks will yeild: Unknown tag 'include_cached'

Other types

–success

–primary

Code Boxes

using 3 ticks “```” to start and end a code box. put the code type after the first set of ticks for syntax highlighting

import os
print("hello world")