-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
17 additions
and
11 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,23 +3,18 @@ | |
:jbake-type: page_toc | ||
:jbake-status: published | ||
|
||
== AsciiDoc Demo | ||
//// | ||
Big ol' comment | ||
sittin' right 'tween this here title 'n header metadata | ||
//// | ||
= AsciiDoc Demo | ||
Dan Allen <[email protected]> | ||
:description: A demo of Asciidoctor. This document + | ||
exercises numerous features of AsciiDoc + | ||
to test Asciidoctor compliance. | ||
|
||
:description: A demo of Asciidoctor. This document exercises numerous features of AsciiDoc to test Asciidoctor compliance. | ||
|
||
:library: Asciidoctor | ||
ifdef::asciidoctor[] | ||
:source-highlighter: coderay | ||
endif::asciidoctor[] | ||
:idprefix: | ||
:stylesheet: asciidoc.css | ||
:imagesdir: images | ||
:imagesdir: ../images | ||
//:backend: docbook45 | ||
//:backend: html5 | ||
//:doctype: book | ||
|
@@ -142,7 +137,7 @@ Do you feel safer with the tiger in a box? | |
.Tiger in a box | ||
image::tiger.png[] | ||
|
||
include::include.asciidoc.txt[] | ||
include::asciidoc/include.txt[] | ||
|
||
.Asciidoctor usage example, should contain 3 lines | ||
[source, ruby] | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
== Included Section | ||
|
||
Look, I came from out of the [blue]#blue#! | ||
|
||
-- | ||
I'm keepin' it open. | ||
|
||
An 'open block', like this one, can contain other blocks. | ||
|
||
It can also act as any other block. (TODO) | ||
-- |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.