panmind-rtf 0.4.0 → 0.4.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/README.rdoc +5 -4
- data/VERSION.yml +1 -1
- data/lib/rtf/style.rb +1 -1
- metadata +2 -2
data/README.rdoc
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
== Purpose of this fork
|
|
2
2
|
|
|
3
|
-
* Add support for ordered and unordered lists
|
|
4
|
-
*
|
|
5
|
-
*
|
|
6
|
-
*
|
|
3
|
+
* [DONE] Add support for ordered and unordered lists
|
|
4
|
+
* [DONE] Add support for hyperlinks
|
|
5
|
+
* [TODO] Write comprehensive tests for OL and UL
|
|
6
|
+
* [TODO] Clean up the API
|
|
7
|
+
* [TODO] DRY the code
|
|
7
8
|
|
|
8
9
|
Please, please, please: if you come along this library and would lend me an
|
|
9
10
|
hand to complete tests, please help. Thank you!
|
data/VERSION.yml
CHANGED
data/lib/rtf/style.rb
CHANGED