summaryrefslogtreecommitdiffstats
path: root/markdown_textwrap
Commit message (Collapse)AuthorAgeFilesLines
* Bump to version 0.2.1.HEADmasterrsiddharth2018-05-061-1/+1
| | | | * markdown_textwrap/_version.py (__version__): Update variable.
* Bump to version 0.2.0.v0.2.0rsiddharth2018-04-011-1/+1
| | | | * markdown_textwrap/_version.py (__version__): Update variable.
* md_tw.py: Update TWRenderer.block_code.rsiddharth2018-04-011-1/+1
| | | | | | | Don't add prefix for empty lines. * markdown_textwrap/_version.py (__version__): Update variable. * md_tw.py (TWRenderer.block_code): Update method.
* Bump to version 0.1.1.v0.1.1rsiddharth2018-03-271-1/+1
| | | | * markdown_textwrap/_version.py (__versionn__): Update variable.
* Bump to version 0.1.0.v0.1.0rsiddharth2018-03-251-1/+1
| | | | * markdown_textwrap/_version.py (__version__): Update variable.
* Update copyright.rsiddharth2018-01-021-1/+1
| | | | | | | | * Makefile: Update file. * markdown_textwrap/_version.py: Update file. * md_tw.py: Update file. * setup.py: Update file. * tests/test_md_tw.py: Update file.
* Initial commit.rsiddharth2017-07-162-0/+21
* .gitignore: New file. * CONTRIBUTORS: New file. * COPYING: New file. * HACKING.rst: New file. * Makefile: New file. * README.rst: New file. * markdown_textwrap/__init__.py: New file. * markdown_textwrap/_version.py: New file. * md_tw.py: New file. * requirements.txt: New file. * setup.py: New file. * tests/__init__.py: New file. * tests/test_md_tw.py: New file.