[DRE-commits] [ruby-org] 215/303: Updates Textile examples.

Jérémy Bobbio lunar at alioth.debian.org
Fri Aug 9 17:34:00 UTC 2013


This is an automated email from the git hooks/post-receive script.

lunar pushed a commit to branch master
in repository ruby-org.

commit f4d593ffc9b6586ef4d1a67cf6bd37011c947e5a
Author: vonavi <ivvl82 at gmail.com>
Date:   Thu Dec 20 18:33:04 2012 +0200

    Updates Textile examples.
---
 spec/textile_examples/block_code.textile              |    7 ++++---
 spec/textile_examples/blockquote.textile              |    8 +++++---
 spec/textile_examples/center.textile                  |    4 ++--
 spec/textile_examples/footnotes.textile               |    8 ++++----
 spec/textile_examples/keywords.textile                |    8 ++++----
 spec/textile_examples/links.textile                   |    4 ++--
 spec/textile_examples/lists.textile                   |    6 +++---
 spec/textile_examples/single-space-plain-list.textile |    4 ++--
 spec/textile_examples/tables.textile                  |   13 +++++++------
 9 files changed, 33 insertions(+), 29 deletions(-)

diff --git a/spec/textile_examples/block_code.textile b/spec/textile_examples/block_code.textile
index eb42409..84d04a7 100644
--- a/spec/textile_examples/block_code.textile
+++ b/spec/textile_examples/block_code.textile
@@ -1,6 +1,6 @@
 h1. Block Code
 
-I need to get block code examples working. In @orgmode@, they look
+p. I need to get block code examples working. In @orgmode@, they look
 like this:
 
 bc.. 
@@ -18,9 +18,10 @@ bc..
 
 p. And now I should be back to normal text.
 
-Putting in another paragraph for good measure.
+p. Putting in another paragraph for good measure.
 
-Code should also get cancelled by a list, thus:
+
+p. Code should also get cancelled by a list, thus:
 
 bc.. This is my code!
 
diff --git a/spec/textile_examples/blockquote.textile b/spec/textile_examples/blockquote.textile
index 829b21c..79989f2 100644
--- a/spec/textile_examples/blockquote.textile
+++ b/spec/textile_examples/blockquote.textile
@@ -1,6 +1,7 @@
-BLOCKQUOTE
+p. BLOCKQUOTE
+
+p. Testing that I can have block quotes:
 
-Testing that I can have block quotes:
 
 
 bq. _Example:_
@@ -8,4 +9,5 @@ bq. _Example:_
 bq. This is blockquote text.
 
 
-And now I'm back to normal text!
+
+p. And now I'm back to normal text!
diff --git a/spec/textile_examples/center.textile b/spec/textile_examples/center.textile
index 00ed32d..a453615 100644
--- a/spec/textile_examples/center.textile
+++ b/spec/textile_examples/center.textile
@@ -1,6 +1,6 @@
 
-not center
+p. not center
 
 p=. center
 
-not center, again
+p. not center, again
diff --git a/spec/textile_examples/footnotes.textile b/spec/textile_examples/footnotes.textile
index d9573b7..fb8ab3d 100644
--- a/spec/textile_examples/footnotes.textile
+++ b/spec/textile_examples/footnotes.textile
@@ -1,9 +1,9 @@
 
-Hello[4500512458992657954]
-World[4500512458992657954]
+p. Hello[3172870960376162564]
+World[3172870960376162564]
 
-Bfoo[1]
+p. Bfoo[1]
 
-fn4500512458992657954. definition of abc
+fn3172870960376162564. definition of abc
 
 fn1. *blub*
diff --git a/spec/textile_examples/keywords.textile b/spec/textile_examples/keywords.textile
index 40ac15c..4c2789d 100644
--- a/spec/textile_examples/keywords.textile
+++ b/spec/textile_examples/keywords.textile
@@ -1,12 +1,12 @@
-KEYWORDS
+p. KEYWORDS
 
-By default, I don't want keywords exported to textile.
+p. By default, I don't want keywords exported to textile.
 
 h1. Recognize standard keywords
 
-The standard @orgmode@ keywords are TODO and DONE. Recognize those.
+p. The standard @orgmode@ keywords are TODO and DONE. Recognize those.
 
 h1. Recongize buffer-specific keywords
 
-There's a way to define a custom keyword list in a buffer. Research
+p. There's a way to define a custom keyword list in a buffer. Research
 that and handle it.
diff --git a/spec/textile_examples/links.textile b/spec/textile_examples/links.textile
index b9c4cfc..eaf7aff 100644
--- a/spec/textile_examples/links.textile
+++ b/spec/textile_examples/links.textile
@@ -1,6 +1,6 @@
-LINKS
+p. LINKS
 
-"http://www.bing.com":http://www.bing.com
+p. "http://www.bing.com":http://www.bing.com
 
 h1. Supported Link Styles
 
diff --git a/spec/textile_examples/lists.textile b/spec/textile_examples/lists.textile
index 54e4735..72f6e7b 100644
--- a/spec/textile_examples/lists.textile
+++ b/spec/textile_examples/lists.textile
@@ -1,11 +1,11 @@
 h1. Lists
 
-I want to make sure I have great support for lists.
+p. I want to make sure I have great support for lists.
 
 * This is an unordered list
 * This continues the unordered list
 
-And this is a paragraph *after* the list.
+p. And this is a paragraph *after* the list.
 
 h2. Wrapping within the list
 
@@ -32,5 +32,5 @@ line to keep @textile@ happy.
 h2. Edge cases
 
 * This is a single-line list.
-And this is a *separate paragraph.* Note the indentation in the org
+p. And this is a *separate paragraph.* Note the indentation in the org
 file.
diff --git a/spec/textile_examples/single-space-plain-list.textile b/spec/textile_examples/single-space-plain-list.textile
index 8deb140..002f76c 100644
--- a/spec/textile_examples/single-space-plain-list.textile
+++ b/spec/textile_examples/single-space-plain-list.textile
@@ -1,6 +1,6 @@
 h2. Anatomy of a BVP
 
-Each BVP followed a simple, one-page template with the following
+p. Each BVP followed a simple, one-page template with the following
 parts:
 
 * Customer Summary
@@ -8,6 +8,6 @@ parts:
 * Requirements
 * Partner teams
 
-The following sections walk through each section and give an
+p. The following sections walk through each section and give an
 example from one of our BVPs, "Resource-Smart Virtualization
 Infrastructure":http://windows/hyper-v/initiatives/Value%20Propositions/DynamicDatacenter-ValueProp.docx (also called _Dynamic Datacenter_).
diff --git a/spec/textile_examples/tables.textile b/spec/textile_examples/tables.textile
index dcfd217..d553daa 100644
--- a/spec/textile_examples/tables.textile
+++ b/spec/textile_examples/tables.textile
@@ -1,18 +1,19 @@
-TABLES
+p. TABLES
 
-Different types of ORG tables.
+p. Different types of ORG tables.
 
 h1. Simple table, no header.
 
 | Cell one   | Cell two  |
 | Cell three | Cell four |
 
+
 h1. Indented table
 
 | Cell one |
 | Cell two |
 
-And here's some paragraph content. The line breaks will need to get
+p. And here's some paragraph content. The line breaks will need to get
 removed here, but not for the tables.
 
 h1. Table with header
@@ -21,7 +22,7 @@ h1. Table with header
 | Four  | Five  | Six   |
 | Seven | Eight | Nine  |
 
-The separator row should not get printed out.
+p. The separator row should not get printed out.
 
 h1. Table with complete box
 
@@ -29,7 +30,7 @@ h1. Table with complete box
 | Four  | Five  | Six   |
 | Seven | Eight | Nine  |
 
-Only the first row should be a header row.
+p. Only the first row should be a header row.
 
 h1. Table with extra lines
 
@@ -38,4 +39,4 @@ h1. Table with extra lines
 | Seven | Eight  | Nine   |
 | Ten   | Eleven | Twelve |
 
-Only the first row should be a header row.
+p. Only the first row should be a header row.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-org.git



More information about the Pkg-ruby-extras-commits mailing list