summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJensDiemer <git@jensdiemer.de>2022-08-23 08:08:07 +0200
committerJensDiemer <git@jensdiemer.de>2022-08-23 08:08:42 +0200
commitb1981766858660b34acd59a29de4b9b735e175bf (patch)
treee22443a0523faf43833c4797d94f2a09351374a4
parentbb76f33f69ab1326d55a22cb2744e4939dfb5ec8 (diff)
downloadcreole-b1981766858660b34acd59a29de4b9b735e175bf.tar.gz
Expand README
-rw-r--r--README.creole5
-rw-r--r--README.md7
-rw-r--r--README.rst8
3 files changed, 12 insertions, 8 deletions
diff --git a/README.creole b/README.creole
index 658e3c4..1bb507f 100644
--- a/README.creole
+++ b/README.creole
@@ -3,8 +3,8 @@
python-creole is a OpenSource (GPL) Python lib for converting markups.
python-creole is pure python. No external libs needed.
-Compatible Python Versions (see [[https://github.com/jedie/python-creole/blob/main/tox.ini|tox.ini]]):
- * 3.9, 3.8, 3.7, 3.6
+Compatible Python Versions (see [[https://github.com/jedie/python-creole/blob/main/pyproject.toml|tox config in pyproject.toml]]):
+ * 3.9, 3.8, 3.7
* PyPy3
@@ -15,6 +15,7 @@ Existing converters:
* reSt -> html (for clean html code)
* html -> reStructuredText markup (only a subset of reSt supported)
* html -> textile markup (not completed yet)
+* html -> markdown markup
The creole2html part based on the creole markup parser and emitter from the MoinMoin project by Radomir Dopieralski and Thomas Waldmann.
diff --git a/README.md b/README.md
index c4bfc77..047689f 100644
--- a/README.md
+++ b/README.md
@@ -3,10 +3,10 @@
python-creole is a OpenSource (GPL) Python lib for converting markups.
python-creole is pure python. No external libs needed.
-Compatible Python Versions (see [tox.ini](https://github.com/jedie/python-creole/blob/main/tox.ini)):
+Compatible Python Versions (see [tox config in pyproject.toml](https://github.com/jedie/python-creole/blob/main/pyproject.toml)):
-* 3.9, 3.8, 3.7, 3.6
+* 3.9, 3.8, 3.7
* PyPy3
Existing converters:
@@ -17,6 +17,7 @@ Existing converters:
* reSt -> html (for clean html code)
* html -> reStructuredText markup (only a subset of reSt supported)
* html -> textile markup (not completed yet)
+* html -> markdown markup
The creole2html part based on the creole markup parser and emitter from the MoinMoin project by Radomir Dopieralski and Thomas Waldmann.
@@ -438,4 +439,4 @@ first source code was written 27.11.2008: [Forum thread (de)](http://www.python-
------------
-``Note: this file is generated from README.creole 2022-08-23 07:53:38 with "python-creole"`` \ No newline at end of file
+``Note: this file is generated from README.creole 2022-08-23 07:57:12 with "python-creole"`` \ No newline at end of file
diff --git a/README.rst b/README.rst
index 3991f0c..4f70129 100644
--- a/README.rst
+++ b/README.rst
@@ -5,9 +5,9 @@ about python-creole
python-creole is a OpenSource (GPL) Python lib for converting markups.
python-creole is pure python. No external libs needed.
-Compatible Python Versions (see `tox.ini <https://github.com/jedie/python-creole/blob/main/tox.ini>`_):
+Compatible Python Versions (see `tox config in pyproject.toml <https://github.com/jedie/python-creole/blob/main/pyproject.toml>`_):
-* 3.9, 3.8, 3.7, 3.6
+* 3.9, 3.8, 3.7
* PyPy3
@@ -23,6 +23,8 @@ Existing converters:
* html -> textile markup (not completed yet)
+* html -> markdown markup
+
The creole2html part based on the creole markup parser and emitter from the MoinMoin project by Radomir Dopieralski and Thomas Waldmann.
+-----------------------------------+
@@ -708,4 +710,4 @@ donation
------------
-``Note: this file is generated from README.creole 2022-08-23 07:53:38 with "python-creole"`` \ No newline at end of file
+``Note: this file is generated from README.creole 2022-08-23 07:57:12 with "python-creole"`` \ No newline at end of file