gmccreight-WikiCreole 0.1.4

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.
@@ -0,0 +1,29 @@
1
+ <p>there are several special chars you can use,
2
+ such as <br /> line breaks,<br />
3
+ trademark symbols &trade;,<br />
4
+ registered trademark symbols &reg;,<br />
5
+ copyright symbols &copy;,<br />
6
+ elipsis &hellip;,<br />
7
+ dashes, &ndash;, or string them together: &ndash;&ndash;&ndash;</p>
8
+
9
+ <ul>
10
+ <li>use them <br /> in lists</li>
11
+ <ol>
12
+ <li>trademark &trade;</li>
13
+ </ol>
14
+ </ul>
15
+ <table>
16
+ <tr>
17
+ <td>in tables</td>
18
+ <td>column<br />2</td>
19
+ </tr>
20
+ <tr>
21
+ <td>dash &ndash;</td>
22
+ <td>elipsis&hellip;</td>
23
+ </tr>
24
+ </table>
25
+
26
+ <pre>
27
+ anywhere but nowiki: (TM), (R), \\
28
+ </pre>
29
+
@@ -0,0 +1,18 @@
1
+ there are several special chars you can use,
2
+ such as \\ line breaks,\\
3
+ trademark symbols (TM),\\
4
+ registered trademark symbols (R),\\
5
+ copyright symbols (C),\\
6
+ elipsis ...,\\
7
+ dashes, --, or string them together: ------
8
+
9
+ * use them \\ in lists
10
+ ## trademark (TM)
11
+
12
+ | in tables | column\\2
13
+ | dash -- | elipsis...
14
+
15
+ {{{
16
+ anywhere but nowiki: (TM), (R), \\
17
+ }}}
18
+
metadata ADDED
@@ -0,0 +1,77 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: gmccreight-WikiCreole
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.4
5
+ platform: ruby
6
+ authors:
7
+ - Gordon McCreight
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2009-08-11 00:00:00 -07:00
13
+ default_executable:
14
+ dependencies: []
15
+
16
+ description: A Creole-to-XHTML converter written in pure Ruby
17
+ email: gordon@mccreight.com
18
+ executables: []
19
+
20
+ extensions: []
21
+
22
+ extra_rdoc_files:
23
+ - README
24
+ - LICENSE
25
+ files:
26
+ - README
27
+ - Changelog
28
+ - COPYING
29
+ - LICENSE
30
+ - Rakefile
31
+ - lib/wiki_creole.rb
32
+ has_rdoc: true
33
+ homepage: http://github.com/gmccreight/wikicreole/
34
+ licenses:
35
+ post_install_message:
36
+ rdoc_options:
37
+ - --inline-source
38
+ - --charset=UTF-8
39
+ require_paths:
40
+ - lib
41
+ required_ruby_version: !ruby/object:Gem::Requirement
42
+ requirements:
43
+ - - ">="
44
+ - !ruby/object:Gem::Version
45
+ version: "0"
46
+ version:
47
+ required_rubygems_version: !ruby/object:Gem::Requirement
48
+ requirements:
49
+ - - ">="
50
+ - !ruby/object:Gem::Version
51
+ version: "0"
52
+ version:
53
+ requirements: []
54
+
55
+ rubyforge_project: wikicreole
56
+ rubygems_version: 1.3.5
57
+ signing_key:
58
+ specification_version: 2
59
+ summary: A Creole-to-XHTML converter written in pure Ruby
60
+ test_files:
61
+ - test/profiling.rb
62
+ - test/test_release_attributes.rb
63
+ - test/test_all.rb
64
+ - test/test_amp.markup
65
+ - test/test_amp.html
66
+ - test/test_block.markup
67
+ - test/test_block.html
68
+ - test/test_escape.markup
69
+ - test/test_escape.html
70
+ - test/test_inline.markup
71
+ - test/test_inline.html
72
+ - test/test_jsp_wiki.markup
73
+ - test/test_jsp_wiki.html
74
+ - test/test_nested_lists.markup
75
+ - test/test_nested_lists.html
76
+ - test/test_specialchars.markup
77
+ - test/test_specialchars.html