-
Notifications
You must be signed in to change notification settings - Fork 1
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
1 parent
8e9835a
commit d02c21e
Showing
9 changed files
with
76 additions
and
4 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
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
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,39 @@ | ||
= Document Title | ||
Doc Writer <doc@example.com> | ||
:reproducible: | ||
:listing-caption: Listing | ||
:source-highlighter: rouge | ||
:toc: | ||
// Uncomment next line to add a title page (or set doctype to book) | ||
//:title-page: | ||
// Uncomment next line to set page size (default is A4) | ||
//:pdf-page-size: Letter | ||
|
||
An example of a basic https://asciidoc.org[AsciiDoc] document prepared by {author}. | ||
|
||
== Introduction | ||
|
||
A paragraph followed by an unordered list{empty}footnote:[AsciiDoc supports unordered, ordered, and description lists.] with square bullets.footnote:[You may choose from square, disc, and circle for the bullet style.] | ||
|
||
[square] | ||
* item 1 | ||
* item 2 | ||
* item 3 | ||
|
||
== Main | ||
|
||
Here's how you say "`Hello, World.`" in Prawn: | ||
|
||
.Create a basic PDF document using Prawn | ||
[source,ruby] | ||
---- | ||
require 'prawn' | ||
Prawn::Document.generate 'example.pdf' do | ||
text 'Hello, World.' | ||
end | ||
---- | ||
|
||
== Conclusion | ||
|
||
That's all, folks. |
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,10 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>Test</title> | ||
</head> | ||
<body> | ||
<h1>Test</h1> | ||
<p>This is a sample document in HTML.</p> | ||
</body> | ||
</html> |
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,8 @@ | ||
author: circleci | ||
tags: [circleci, test] | ||
title: Test | ||
--- | ||
|
||
# Test | ||
|
||
This is a sample document for testing the Vale CLI. |
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
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
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
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 |
---|---|---|
@@ -1 +1,2 @@ | ||
circleci | ||
CircleCI |