github-markup 0.2.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/HISTORY.md +4 -0
- data/lib/github/commands/rest2html +1 -0
- data/lib/github/markup/version.rb +1 -1
- data/test/markups/README.rst +10 -0
- data/test/markups/README.rst.html +7 -0
- metadata +2 -2
data/HISTORY.md
CHANGED
data/test/markups/README.rst
CHANGED
@@ -1,7 +1,14 @@
|
|
1
1
|
<div class="document">
|
2
|
+
<div class="section" id="header-1">
|
3
|
+
<h1>Header 1</h1>
|
4
|
+
<p>Example text.</p>
|
5
|
+
<div class="section" id="header-2">
|
6
|
+
<h2>Header 2</h2>
|
2
7
|
<ol class="arabic simple">
|
3
8
|
<li>Blah blah <tt class="docutils literal">code</tt> blah</li>
|
4
9
|
<li>More <tt class="docutils literal">code</tt>, hooray</li>
|
5
10
|
</ol>
|
6
11
|
</div>
|
12
|
+
</div>
|
13
|
+
</div>
|
7
14
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: github-markup
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Chris Wanstrath
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2010-01-
|
12
|
+
date: 2010-01-25 00:00:00 -08:00
|
13
13
|
default_executable:
|
14
14
|
dependencies: []
|
15
15
|
|