Was this page helpful?
Caution
You're viewing documentation for a previous version of ScyllaDB Sphinx Theme. Switch to the latest stable version.
Markdown supportCopy
The theme supports writing documents in Markdown thanks to the extension recommonmark.
InstallationCopy
See recommonmark docs.
CheatsheetCopy
For Markdown syntax reference, you can use this Cheatsheet.
Using directives in MarkdownCopy
Recommonmark lets you use restructuredText directives with the eval_rst
code block. Here’s an example:
```eval_rst
.. autoclass:: recommonmark.transform.AutoStructify
:show-inheritance:
```