Table Styles and Alignment in Markdown
Using the Docutils styles for table styling & alignment in Markdown
Using the Docutils styles for table styling & alignment in Markdown
kbits-theme uses Pygments’ “default” style for code syntax highlighting. Let’s see some examples!
reStructuredText has a built-in directive for syntax highlighting, the “code” directive. Here’s what the output of that directive looks like in kbits-theme:
from itertools import compress def subsets(xs, nonempty=False, proper=False): """ Returns an …
kbits-theme’s support for Docutils table styles and table alignment specifiers
The reStructuredText demo document, included here to show off kbits-theme’s styles