deathbeds / midgy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

update code parser to understand cell magics

tonyfast opened this issue · comments

currently, we can't escape a cell magic and we should be able to. if code is dedented sufficiently then we should escape a cell

              %%html
              <h1>heading</h1>
        ... # this ellipsis breaks the cell magic cause of the dedent relative to cell magic trigger

currently cell magics need to be escaped with non indented code objects.