summaryrefslogtreecommitdiff
path: root/creole/shared/markup_table.py
Commit message (Expand)AuthorAgeFilesLines
* Fix Markdown tables + expand demo.py + update READMEJensDiemer2022-08-201-0/+17
* Code cleanup: Use f-strings and generator in join() callsJensDiemer2021-05-111-3/+3
* run pyupgrade: Many f-strings created ;)JensDiemer2020-10-171-2/+2
* update code style:JensDiemer2020-02-071-2/+1
* Fix code style with autopep8JensDiemer2020-01-191-5/+7
* convert old "%-formatted" and .format(...) strings into "f-strings" with flyntJensDiemer2020-01-191-1/+1
* starting Python v3 support (like http://python3porting.com/noconv.html strategy)JensDiemer2011-10-041-1/+1
* * Bugfix in html2rest if a table has no {{{<th>}}} headerJensDiemer2011-08-081-1/+3
* NEW: Add a html2reStructuredText converterJensDiemer2011-08-031-41/+44
* v0.6 - *NEW*: html2textile converter (not completed and some API changed!)JensDiemer2011-06-061-0/+99