| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
| |
* tests/test_mdl_style.py
(test_link_inline_to_footnote_style_conversion_00): Fix test method.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|