From 74b4642a96ebbb4b8f6860abb2e782f72f2fc2af Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Sun, 19 Feb 2017 01:47:54 +0000 Subject: Add initial version the script. * 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. --- tests/data/autolink_00.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/data/autolink_00.md (limited to 'tests/data/autolink_00.md') diff --git a/tests/data/autolink_00.md b/tests/data/autolink_00.md new file mode 100644 index 0000000..0e83936 --- /dev/null +++ b/tests/data/autolink_00.md @@ -0,0 +1,3 @@ +Information about the GNU project is available at https://gnu.org. + +GNU Guix is a GNU project. -- cgit v1.2.3