Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bootstrap.sh: New file. | rsiddharth | 2017-12-01 | 1 | -0/+4 |
| | |||||
* | venv.sh: New file. | rsiddharth | 2017-12-01 | 1 | -0/+16 |
| | |||||
* | md_tw.py: Add Text Wrap classes (derived from mistune' classes). | rsiddharth | 2017-07-24 | 6 | -1/+454 |
| | | | | | | | | | | | | * md_tw.py (TWBlockLexer, TWInlineLexer, TWRenderer) (TWMarkdown): New classes. * tests/data/paragraphs-with-inline-wrapped.md: New file. * tests/data/paragraphs-with-inline.md: New file. * tests/data/paragraphs-wrapped.md: New file. * tests/data/paragraphs.md: New file. * tests/test_md_tw.py (TestTWBlockLexer, TestTWInlineLexer, TestTWRenderer, TestTWMarkdown) (TestTextWrapParagraphs): New test classes. | ||||
* | Initial commit. | rsiddharth | 2017-07-16 | 13 | -0/+950 |
* .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. |