Supoprted Syntax

2018-12-23T00:00:00.000Z

Emphasis (can be in headline too)

Here's to the crazy ones, the misfits, the rebels, the troublemakers, the round pegs in the round square holes...

Horizontal Rule


Footnote

This[1] is a footnote.

Blocks

Code Blocks.

Using :exports code

console.log(`Only the code should be exported, not the results`)

: Hello Org : undefined

Using :exports none

console.log(`This shouldn't be exported`)

Block Quote.

I think if you do something and it turns out pretty good, then you should go do something else wonderful, not dwell on it for too long. Just figure out what�s next.

Example Block.

npm install orga

Comments (you are not expected to see anything here).

You are not suppose to see this.

Center.

This line should be centered.

Verse.

Great clouds overhead
 Tiny black birds rise and fall
 Snow covers Emacs

     -- AlexSchroeder

List

Ordered List

  1. Apple
  2. Orange
  3. Banana

Unordered List

  • Apple
  • Orange
  • Banana

Nested List

  • Apple
    1. iPhone
    2. Mac
      1. MacBook Pro
      2. iMac
      3. iMac Pro
      4. Mac Pro
      5. MacBook Air
  • Banana
  • Orange

With Checkbox

  • Design
  • Write Code
  • Test
  • Ship

Multi-line List Items

  • Apple is an American multinational technology company headquartered in

Cupertino, California that designs, develops, and sells consumer electronics, computer software, and online services.

  • Orange
  • Banana

Table

Name Species Gender Role
Bruce Wayne Bat Human M Batman
Clark Kent Kryptonian M Superman
Diana Prince Amazonian F Wonder Woman

Export

small text

A Headline

And a Paragraph.

Links

image from URL

image from local file

image with relative path

pdf file from local path

link to another org file

Footnotes

[1]

And this is the content of the footnote. And this is another line.

console.log(`code block works too`)
[1]

And this is the content of the footnote. And this is another line.

console.log(`code block works too`)