Skip to content

Commit 42d6277

Browse files
author
Kenneth Reitz
committed
Readme update.
1 parent abe7122 commit 42d6277

2 files changed

Lines changed: 18 additions & 6 deletions

File tree

README

Whitespace-only changes.

README.rst

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
Pyandoc: a simple Pandoc wrapper for Python
22

33

4-
Requirments
5-
+++++++++++
4+
Requirements
5+
++++++++++++
66

77
* Pandoc
88

9-
10-
119
Usage
1210
+++++
1311

@@ -32,11 +30,25 @@ Let's start with a Markdown document: ::
3230
3331
Now let's convert that into a ReST document: ::
3432

35-
print doc.rst
33+
>>> print doc.rst
3634
35+
I am an H1 Tag
36+
==============
37+
38+
39+
- bullet point
40+
- more points
41+
- point with `link <http://kennethreitz.com>`_!
42+
43+
Enjoy.
44+
3745

3846
Roadmap
3947
+++++++
4048

4149
* Cleanup
42-
*
50+
* Figure out epub, odt support
51+
* Figure out better path management
52+
* Proper Exceptions
53+
* Unit testing
54+
* CI

0 commit comments

Comments
 (0)