Last active
August 29, 2015 14:05
-
-
Save oalyman/b51f2e60622ffd0c8b43 to your computer and use it in GitHub Desktop.
Asciidoctor Test
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
= Hello, AsciiDoc! | |
Doc Writer <[email protected]> | |
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