##// END OF EJS Templates
Merge pull request #1083 from takluyver/prompts...
Merge pull request #1083 from takluyver/prompts Fixes that finish up the recent PromptManager work: * InteractiveShell.prompt_foo traits show deprecation warning, and map to new PromptManager traits * PromptManager properly added to IPython App, so it will show up in config * add helpstrings to PromptManager traits. * Docs / embed references to Shell.prompt_foo also updated * Prompt rewriting in autocall scenarios is now controlled by a boolean, `show_rewritten_input`, attribute of the InteractiveShell. Closes #1075.

File last commit:

r5279:4d707b82
r5556:4b8920a5 merge
Show More
formatting.ipynb
119 lines | 4.4 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 [ ]: