Escaping WordPress Shortcodes

Shortcodes, which allow you to easily insert galleries, videos, ... into a blog post, are written in square brackets:

[gallery]

When writing about shortcodes, they are unfortunately parsed even when inside a <code> </code> environment. You can escape this by enclosing a valid shortcode in double brackets:

[[gallery]]