Header 1

Header 2

Header 3

Header 4

Header 5
Header 6

This is a simple paragraph that lives in this document. It contains italic and bold words.

Below is a paragraph included from a different file, myfile.txt:

I AM A FILE TO BE INCLUDED, INCLUDE ME!

Here’s a numbered list:

  1. One

  2. Two

  3. Three

And a bulleted list:

  • One

  • Two

  • Three

And a mixed nested list:

  • Item

    1. Subitem 1

    2. Subitem 2

    3. Subitem 3

  • One more item

Here’s a random quote:

“What is this product? Why would anyone want it?” These two questions are incredibly challenging for the average technical writer, a group of people much more focused on how than what or why. I’ve struggled with them many times. But if you can’t answer these questions, you need to go back to the research phase, because you don’t understand your audience at all.

Here are various admonitions:

Note

This is my note.

Warning

Something went wrong.

Here’s what you can do about it:

  1. One

  2. Two

  3. Three

Error

Something went south completely.

This is a simple code block:

print('this is python')

This is a code block with additional options (line numbers and line emphasis):

10
11
12
a = 2
print('my 1st line')
print(f'my {a}nd line')

This is a simple math block:

\[ a=1 \]

Here’s a more complex math block:

\[e^{i\pi} + 1 = 0\]

This is a simple table:

Tables

Are

Cool

col 3 is

right-aligned

$1600

col 2 is

centered

$12

zebra stripes

are neat

$1

Here’s an alternative table syntax:

Markdown

Less

Pretty

Still

renders

nicely

1

2

3

Editing complex tables in Markdown directly is, however, a subpar experience. However, with Sphinx, you can edit tables in a .csv file and embed the file into your Markdown:

Repl.it Teams for Education

Codepen Education

Coding Rooms

Website

https://repl.it/site/classrooms

https://codepen.io/features/education

https://codingrooms.com/

Positioning

New tools for teachers, optimized for project-based learning

Ideal environment for educators to teach front-end design and development.

Superpowers for Programming Teachers.

Works on desktop

Yes

Works on mobile

Yes (and they seem to be using Ace editor on mobile)

(Not sure why words in tables don’t wrap in this theme, but we’ll hopefully fix this later.)

Line break: