Extensions

Contents

Extensions#

Plone Sphinx Theme is configured with several Sphinx and MyST extensions. The Plone 6 documentation uses all of these extensions.

See also

See each extension's documentation for MyST examples and display of its elements.

MyST#

  • attrs_block supports parsing of block attributes before certain block syntaxes.

  • attrs_inline supports parsing of inline attributes before certain inline syntaxes.

  • colon_fence supports the use of three colons ::: as delimiters to denote code - deflist supports definition lists.

  • html_image supports the use of HTML <img> tags.

  • linkify identifies "bare" web URLs and adds hyperlinks. fences, instead of three backticks ```.

  • strikethrough supports the use of strikethrough markup.

  • substitution supports the use of substitutions with Jinja2.

Sphinx#

These extensions are built in and can be activated by respective entries in the extensions configuration value.