Blog

Markdown Support

Nov 6, 2017 | 1 minute read

Series: quickstart

Tags: markdown, features

Introduction supports code blocks and syntax highlighting:

$ complicated techie code git bash ubuntu
>>> return value init foo

You can easily create tables using Markdown, with rows that support readability:

thisisatable!
thisisthe1strow
thisisthe2ndrow
thisisthe3rdrow
edgyjokelandshere
thisisthe5throw
thisisthe6throw

Unordered lists render with high readabiltiy as well!

  • Unordered list
    • First sub-item
    • Second sub-item
  • Second top level item

As do ordered lists:

  1. Top level
    1. First sub-level
      1. Second sub-level

Have fun writing with Markdown!