Skip to content

Instantly share code, notes, and snippets.

@oalyman
Last active August 29, 2015 14:05
Show Gist options
  • Save oalyman/b51f2e60622ffd0c8b43 to your computer and use it in GitHub Desktop.
Save oalyman/b51f2e60622ffd0c8b43 to your computer and use it in GitHub Desktop.
Asciidoctor Test
= Hello, AsciiDoc!
Doc Writer <doc@example.com>
An introduction to http://asciidoc.org[AsciiDoc].
== First Section
* item 1
* item 2
[source,json]
{
"in": {
"name": "Jan",
"age": 38
},
"out": {
"some": "json"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment