##// END OF EJS Templates
restore msg_id/msg_type aliases in top level of msg dict...
restore msg_id/msg_type aliases in top level of msg dict msg_id/type must be stored in the header, as only the header/parent/content are actually sent over the wire. But the msg_id and msg_type should remain as aliases in the top-level msg dict, for logic and 0.11 compatibility. * docs and tests updated to match.

File last commit:

r4637:d919e2ec
r4711:2e95bace
Show More
formatting.ipynb
29 lines | 2.0 KiB | text/plain | TextLexer

Title (h1)

Heading (h2)

Heading (h3)

Here is a paragraph of text.

  • One.
    • Sublist
      • Here we go
    • Sublist - Here we go - Here we go
  • Two.
    • Sublist
  • Three.
    • Sublist

Now another list:


  1. Here we go
    1. Sublist
    2. Sublist
  2. There we go
  3. Now this

And another paragraph.

Heading (h3)

Heading (h4)

Heading (h5)
Heading (h6)

Heading (h2)

Heading (h1)

Heading (h2)

Heading (h3)

Heading (h4)

Heading (h5)
Heading (h6)

Now for a simpel code example:

for i in range(10):
    print i

Now more text

Heading (h2)

Here is text.

> This is a block quote. This is a block quote. This is a block quote.
> This is a block quote. This is a block quote. This is a block quote.
> This is a block quote. This is a block quote. This is a block quote.
> This is a block quote. This is a block quote. This is a block quote.
> This is a block quote. This is a block quote. This is a block quote.
> This is a block quote. This is a block quote. This is a block quote.

Here is text

Header 1 Header 2
row 1, cell 1 row 1, cell 2
row 2, cell 1 row 2, cell 2
In [ ]: