summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* mdl_style.py: Update _get_args function.rsiddharth2017-02-191-2/+2
|
* Update TODOrsiddharth2017-02-191-0/+53
|
* Fix TODO.rsiddharth2017-02-191-1/+1
|
* CONTRIBUTORS.rst -> CONTRIBUTORSrsiddharth2017-02-197-12/+8
| | | | | | | | | | | * CONTRIBUTORS: Remove file. * CONTRIBUTORS.rst: Add file. * Makefile: Update copyright header. * markdown_link_style/_version.py: Update copyright header. * markdown_link_style/logging.py: Update copyright header. * mdl_style.py: Update copyright header. * setup.py: Update copyright header. * tests/test_mdl_style.py: Update copyright header.
* setup.py: Change development status to Pre-Alpha.rsiddharth2017-02-191-1/+1
|
* setup.py: Change `author_email`.rsiddharth2017-02-191-1/+1
|
* Add HACKINGrsiddharth2017-02-191-0/+39
|
* Add TODOrsiddharth2017-02-191-0/+4
|
* Add CONTRIBUTORS.rst.rsiddharth2017-02-197-6/+17
| | | | | | | | | | * CONTRIBUTORS.rst: Add file. * Makefile: Update copyright header. * markdown_link_style/_version.py: Update copyright header. * markdown_link_style/logging.py: Update copyright header. * mdl_style.py: Update copyright header. * setup.py: Update copyright header. * tests/test_mdl_style.py: Update copyright header.
* Add initial version the script.rsiddharth2017-02-1911-5/+428
| | | | | | | | | | | | | | | | | | | * markdown_link_style/_version.py (__version__): Update version. * markdown_link_style/logging.py: New module * mdl_style.py (logger): Add variable. (LSBlockLexer, LSInlineLexer, LSRenderer, LSMarkdown) (LinkStyler): Add classes. (_mdl_stylize, _get_args): Add functions. (main): Update function. * tests/__init__.py: Add file. * tests/data/autolink_00-expected.md: Add file. * tests/data/autolink_00.md: Add file. * tests/data/footnote_link_style_00-expected.md: Add file. * tests/data/footnote_link_style_00.md: Add file. * tests/data/inline_link_style_00-expected.md: Add file. * tests/data/inline_link_style_00.md: Add file. * tests/test_mdl_style.py (TestMdlStyle): Remove class. (TestLSRendererIL, TestLSRendererFN): Add classes.
* Initial commit.rsiddharth2017-02-1810-0/+930