github-markup 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
data/HISTORY.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 0.2.1 (2010-01-25)
2
+
3
+ * ReST fixes from Michael Jones
4
+
1
5
  ## 0.2.0 (2010-01-10)
2
6
 
3
7
  * org-mode support
@@ -22,6 +22,7 @@ SETTINGS = {
22
22
  'file_insertion_enabled': False,
23
23
  'raw_enabled': False,
24
24
  'strip_comments': True,
25
+ 'doctitle_xform': False,
25
26
  }
26
27
 
27
28
  def main():
@@ -1,5 +1,5 @@
1
1
  module GitHub
2
2
  module Markup
3
- Version = '0.2.0'
3
+ Version = '0.2.1'
4
4
  end
5
5
  end
@@ -1,3 +1,13 @@
1
+ Header 1
2
+ ========
3
+
4
+ Example text.
5
+
6
+ Header 2
7
+ --------
8
+
1
9
  1. Blah blah ``code`` blah
2
10
 
3
11
  2. More ``code``, hooray
12
+
13
+
@@ -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.0
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-10 00:00:00 -08:00
12
+ date: 2010-01-25 00:00:00 -08:00
13
13
  default_executable:
14
14
  dependencies: []
15
15