Skip to content

custom superfence

general custom prefix

pi@raspberrypi
echo "This is a test of the custom prefix superfence"

dollar superfence

Dollar superfence
$
echo "Another test"

venv superfence

(venv)$
python3 -m pip install mkdocs  # (1)

  1. inside a venv

hash superfence

#
echo "Last one"

Normal superfence

This is a simple code fence
print("Test")  # (1)

  1. This is a test