sphinxcontrib-jupyter icon indicating copy to clipboard operation
sphinxcontrib-jupyter copied to clipboard

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

Open mmcky opened this issue 5 years ago • 1 comments

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

mmcky avatar Sep 04 '18 04:09 mmcky

  • [ ] construct a test case in tests/

mmcky avatar Jul 22 '19 01:07 mmcky