WikiCreole 0.1.1 → 0.1.2
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/Changelog +4 -0
- data/README +1 -0
- data/lib/wiki_creole.rb +2 -1
- metadata +1 -1
data/Changelog
CHANGED
data/README
CHANGED
data/lib/wiki_creole.rb
CHANGED
|
@@ -5,11 +5,12 @@
|
|
|
5
5
|
# Author:: Gordon McCreight (mailto:wikicreole.to.gordon@mccreight.com)
|
|
6
6
|
# Copyright:: Copyright (c) 2008 Gordon McCreight
|
|
7
7
|
# License:: Distributes under the same terms as Ruby (see the LICENSE file)
|
|
8
|
-
# Version:: 0.1.
|
|
8
|
+
# Version:: 0.1.2
|
|
9
9
|
# Date:: 2008-12-12
|
|
10
10
|
#
|
|
11
11
|
# == Synopsis
|
|
12
12
|
# Most likely you'll just want to do:
|
|
13
|
+
# require 'rubygems'
|
|
13
14
|
# require 'wiki_creole'
|
|
14
15
|
# xhtml = WikiCreole.creole_parse(wiki_creole_markup)
|
|
15
16
|
# If you want to override the default behaviors, make sure to look at the other
|