Markdown in restdb.io Pages


This is an H1

This is an H2

This is an H6

A plain paragraph with text ...

Lists

Ordered lists

  1. Red
  2. Green
  3. Blue

Code blocks

var s = "JavaScript syntax highlighting";
alert(s);
s = "Python syntax highlighting"
print s
No language indicated, so no syntax highlighting. 
But let's throw in a <b>tag</b>.
TablesAreCool
col 3 isright-aligned$1600
col 2 iscentered$12
zebra stripesare neat$1

Inline HTML works

Definition list
Is something people use sometimes.
Markdown in HTML
Does *not* work **very** well. Use HTML tags.
Markdown syntax: Cheat sheet
View Source