Skip to content

Indentation with Non-Executing Code #76

@arnavs

Description

@arnavs

See below for an example in the Julia Essentials lecture. It appears the no-execute flag puts an extra level of indentation on the text. Just wanted to confirm that this is desired behavior.

Code

.. code-block:: julia

    typeof(x)


An immutable object is one that cannot be altered once it resides in memory

In particular, tuples do not support item assignment:

.. code-block:: julia
    :class: no-execute

    x[1] = 42

Output

screen shot 2018-08-28 at 10 13 39 am

cc: @mmcky, etc.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions