Skip to content

FEAT: Improve note support to include embedded directives (such as code) #82

@mmcky

Description

@mmcky

The current solution for note support is to transfer the contents of note in the text format through to the notebook as a block quote titled with Note. It might be nice to support embedded directives such as code blocks

Current test: code_blocks.rst contains an example that can be improved upon

.. NOTE::

   A code block in a note::

       >>> 1+1

   Another one::

       >>> 1+1

See PR #81

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions