============ Kitchen Sink ============ This is meant to show all elements available from `Sphinx `__ and its extensions. For a more complete showcase see `Furo theme website `__. The focus here is on `reStructuredText `__ syntax, but some things in MarkDown (MD) are also shown. .. warning:: While sphinx natively supports ``reStructuredText``, ``MarkDown`` support has to be enabled via MyST-Parser (see `here `__). Some inhomogeneities may be present between otputs from ``rST`` and ``MD`` sources. .. important:: For MD syntax see the `MyST documentation `__. As a general thing, you might need to add comments in the ``rST``/``MD`` sources. This is the syntax: .. tab-set:: .. tab-item:: rST syntax .. literalinclude:: example_files/RSTsyntax_comment.rst :language: none .. tab-item:: MD syntax .. literalinclude:: example_files/MDsyntax_comment.md :language: none .. toctree:: :titlesonly: text_elements.md admonitions.rst codeblocks.rst math.rst sphinx_design.rst