Skip to content

Instantly share code, notes, and snippets.

@isuke
Last active July 27, 2018 14:08
Show Gist options
  • Select an option

  • Save isuke/e6537ae4e880e6622a93eead34c72190 to your computer and use it in GitHub Desktop.

Select an option

Save isuke/e6537ae4e880e6622a93eead34c72190 to your computer and use it in GitHub Desktop.
asciidoc test

Try AsciiDoc

Table of Contents

There is no reason to prefer Markdown: it has all the features [1] and more!

Note
Great projects use it, including Git, WeeChat and Pacman!
Table 1. Snippets of markup [2]

Link

AsciiDoc

Dummy

Markdown

[Dummy](http://example.com)

Textile

"Dummy":http://example.com

Face

AsciiDoc

Either bold or italic

Markdown

Either bold or italic

Textile

Either bold or italic

Header

AsciiDoc

== Level 2 ==

Markdown

## Level 2

Textile

h2. Level 2


2. More snippets in the cheatsheet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment