Éric Araujo <[email protected]> added the comment: > Blocks not introduced by "::" are *NOT* code blocks. > If they happen to begin with ">>> ", they are recognized as doctest blocks > and colorized as doctests.
Ah, that’s it! Thanks. So we have two valid ways of marking up doctest-like blocks, “::” ° indent and implicit markup, right? ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue13605> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
