Skip to content

formatters ¤

This subpackage contains all the formatters.

Modules:

  • base

    Generic formatter for executing code.

  • bash

    Formatter for executing shell code.

  • console

    Formatter for executing shell console code.

  • markdown

    Formatter for literate Markdown.

  • pycon

    Formatter for executing pycon code.

  • pyodide

    Formatter for creating a Pyodide interactive editor.

  • python

    Formatter for executing Python code.

  • sh

    Formatter for executing shell code.

  • tree

    Formatter for file-system trees.