summaryrefslogtreecommitdiff
path: root/README.creole
diff options
context:
space:
mode:
Diffstat (limited to 'README.creole')
-rw-r--r--README.creole9
1 files changed, 5 insertions, 4 deletions
diff --git a/README.creole b/README.creole
index c40a487..43530f4 100644
--- a/README.creole
+++ b/README.creole
@@ -3,7 +3,7 @@
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/master/tox.ini|tox.ini]]):
+Compatible Python Versions (see [[https://github.com/jedie/python-creole/blob/main/tox.ini|tox.ini]]):
* 3.9, 3.8, 3.7, 3.6
* PyPy3
@@ -20,7 +20,7 @@ The creole2html part based on the creole markup parser and emitter from the Moin
| {{https://github.com/jedie/python-creole/workflows/test/badge.svg?branch=master|Build Status on github}} ||
| {{https://coveralls.io/repos/jedie/python-creole/badge.svg|Coverage Status on coveralls.io}} | [[https://coveralls.io/r/jedie/python-creole|coveralls.io/r/jedie/python-creole]] |
-| {{https://landscape.io/github/jedie/python-creole/master/landscape.svg|Status on landscape.io}} | [[https://landscape.io/github/jedie/python-creole/master|landscape.io/github/jedie/python-creole/master]] |
+| {{https://landscape.io/github/jedie/python-creole/main/landscape.svg|Status on landscape.io}} | [[https://landscape.io/github/jedie/python-creole/master|landscape.io/github/jedie/python-creole/master]] |
| {{https://badge.fury.io/py/python-creole.svg|PyPi version}} | [[https://pypi.org/project/python-creole/|pypi.org/project/python-creole/]] |
@@ -91,7 +91,7 @@ Convert html code into textile markup
u'This is *textile __markup__*!'
}}}
-See also: [[http://github.com/jedie/python-creole/blob/master/demo.py]]
+See also: [[http://github.com/jedie/python-creole/blob/main/demo.py]]
= Image size additional =
@@ -112,7 +112,7 @@ The third part ({{{90x160}}}) is not in creole standard, you can force a //stric
= Source code highlighting support =
You can find a example macro which highlight source code thanks to the pygments
-library. It is located here: [[https://github.com/jedie/python-creole/blob/master/creole/shared/example_macros.py|/creole/shared/example_macros.py]].
+library. It is located here: [[https://github.com/jedie/python-creole/blob/main/creole/shared/example_macros.py|/creole/shared/example_macros.py]].
Here is how to use it:
{{{
@@ -229,6 +229,7 @@ Note: In this case you must install **docutils**! See above.
* *dev* - [[https://github.com/jedie/python-creole/compare/v1.4.10...master|compare v1.4.10...master]]
** Remove deprecated "parser_kwargs" and "emitter_kwargs"
+** Rename git {{{master}}} branch to {{{main}}}.
** TBC
* v1.4.10 - 2021-05-11 - [[https://github.com/jedie/python-creole/compare/v1.4.9...v1.4.10|compare v1.4.9...v1.4.10]]
** Update some string formatting to f-strings