Commit Graph

  • f40dbdfb65 variable names should express what they represent rather than why they represent it Emanuil 2013-09-19 23:54:28 +0300
  • 033c2b78c1 match blockquote comment Emanuil 2013-09-19 23:28:12 +0300
  • 34035316df NULL » null Emanuil 2013-09-19 23:12:48 +0300
  • f13214cfa7 single line blockquotes should also go through "parse_lines" Emanuil 2013-09-18 19:53:44 +0300
  • 238b1029c0 remove "parse_blocks" method in favor of a more capable "parse_lines" Emanuil 2013-09-18 00:27:35 +0300
  • bc27850c41 improve emphasis test Emanuil 2013-09-03 00:15:25 +0300
  • 3afeee3b19 parse * and _ emphasis types separately to optimize performance and improve readability Emanuil 2013-09-03 00:14:04 +0300
  • a94a45f955 reference_link test should reference md.png with a relative path Emanuil 2013-09-02 22:12:43 +0300
  • e8224d40db Merge c65297307f into 4af89c5087 #13 Haralan Dobrev 2013-08-31 13:02:36 -0700
  • 4af89c5087 reference links should be able to have their names on the next line 0.1.5 Emanuil 2013-08-31 22:27:38 +0300
  • 0352f01c7e leading \n characters should not be parsed as part of first block 0.1.4 Emanuil 2013-08-31 21:44:23 +0300
  • 40c2dcfac7 resolve #20 Emanuil 2013-08-31 20:28:23 +0300
  • 097ec5e8a5 test case should deal with \r characters Emanuil 2013-08-31 20:11:48 +0300
  • 8ac52a2f30 resolve #17 Emanuil 2013-08-31 19:55:07 +0300
  • 4a6bb88239 improve the code that removes \r characters Emanuil 2013-08-31 19:54:14 +0300
  • 609ad47c38 resolve #16 0.1.3 Emanuil 2013-07-26 00:08:52 +0300
  • 7d7e89f5c3 remove 5.2 from PHP versions to test against Emanuil 2013-07-25 01:49:02 +0300
  • 5aad1d42d2 inline links should work with images 0.1.2 Emanuil 2013-07-25 01:33:40 +0300
  • 3ff5c623f2 add 5.2, 5.5 to PHP versions to test against Emanuil 2013-07-25 00:44:33 +0300
  • 637b516694 remove coveralls.io integration Emanuil 2013-07-24 13:58:17 +0300
  • 31b811d3fe improve license Emanuil 2013-07-24 01:38:38 +0300
  • 8954b94516 setext headings should support inline elements 0.1.1 Emanuil 2013-07-24 00:52:35 +0300
  • 4e64695055 remove footer from readme Emanuil 2013-07-24 00:32:31 +0300
  • b29c2459e0 remove link from the h2 heading in readme Emanuil 2013-07-23 23:54:32 +0300
  • 15f20fb59e improve readme Emanuil 2013-07-23 23:32:45 +0300
  • 69a620110a Merge pull request #10 from hkdobrev/emphasis Emanuil Rusev 2013-07-23 00:52:41 -0700
  • a252d59066 Merge 7ace421f6d into e4f9620e98 #10 Haralan Dobrev 2013-07-23 00:45:32 -0700
  • e4f9620e98 add "Coverage Status" badge to readme Emanuil 2013-07-23 10:36:28 +0300
  • 8c59d05478 fix .coveralls.yml Emanuil 2013-07-23 10:25:58 +0300
  • 26c02dafed add .coveralls.yml config Emanuil 2013-07-23 10:14:00 +0300
  • 5de50f101a implement coveralls.io integration Emanuil 2013-07-23 01:43:10 +0300
  • 7ace421f6d Better parsing of emphasis and strong elements #10 hkdobrev 2013-07-22 21:29:32 +0300
  • e2f4ba46ff Added test coverage for multiple nesting of lists #14 hkdobrev 2013-07-23 00:02:35 +0300
  • 78cad3964c add .travis.yml config Emanuil 2013-07-22 23:59:51 +0300
  • 6b1c3cb433 Merge 2c29ae2998 into 8ed3b3d484 #12 Haralan Dobrev 2013-07-22 13:30:07 -0700
  • c65297307f Added tests for horizontal rules and fixed underscore rules #13 hkdobrev 2013-07-22 23:29:54 +0300
  • 8ed3b3d484 Merge pull request #11 from hkdobrev/fix-quick-block-check Emanuil Rusev 2013-07-22 13:04:38 -0700
  • 2c29ae2998 Added failing test for space separated asterisks #12 hkdobrev 2013-07-22 22:00:51 +0300
  • 8335b24a73 Merge 41bf9733b0 into 99bf0d4bba #11 Haralan Dobrev 2013-07-22 11:56:27 -0700
  • 41bf9733b0 Fixed performance check for quick blocks and lines #11 hkdobrev 2013-07-22 21:54:18 +0300
  • b77252038f added test coverage for horizontal rulers and fixed rulers with underscores #9 hkdobrev 2013-07-22 01:11:15 +0300
  • 99bf0d4bba refactor test case Emanuil 2013-07-22 00:19:11 +0300
  • f29981d0a3 fix test case Emanuil 2013-07-22 00:10:01 +0300
  • 2f051b821c improve indentation in phpunit.xml.dist Emanuil 2013-07-22 00:01:48 +0300
  • 85dd9fd965 migrate tests to phpunit Emanuil 2013-07-21 23:14:30 +0300
  • 198befc982 Fix for undefined variable when having a paragraph after list #8 hkdobrev 2013-07-21 19:37:15 +0300
  • 4d9ead7860 Merge 1530254ddc into 5bbbabe8aa #4 Haralan Dobrev 2013-07-21 09:01:38 -0700
  • b4dc9b2a1c Merge c52170bd42 into 5bbbabe8aa #5 Haralan Dobrev 2013-07-21 09:01:30 -0700
  • 69de4c46d5 rename tests/ to data/ Emanuil 2013-07-21 18:46:37 +0300
  • 5bbbabe8aa paragraph blocks preceded by a list block should not produce exceptions Emanuil 2013-07-21 18:44:26 +0300
  • ec5f2c6f31 Merge pull request #7 from hkdobrev/atx-headings-tests Emanuil Rusev 2013-07-21 08:19:48 -0700
  • bbe0d45cfb Merge 66f9baf013 into 7b091b8915 #7 Haralan Dobrev 2013-07-20 04:51:28 -0700
  • f7a37ee273 Merge 87c0b4264a into 7b091b8915 #6 Haralan Dobrev 2013-07-20 04:38:20 -0700
  • c52170bd42 No need of js for the explorer form. #5 hkdobrev 2013-07-20 10:18:01 +0300
  • 66f9baf013 More tests for atx headings #7 hkdobrev 2013-07-20 09:53:17 +0300
  • 1530254ddc ALl hiden files are skipped from the test dir #4 hkdobrev 2013-07-20 09:18:52 +0300
  • 87c0b4264a Renamed tests/tests to tests/test_data #6 hkdobrev 2013-07-20 09:06:33 +0300
  • 7b091b8915 link definitions should not tolerate space between ] and ( Emanuil 2013-07-18 10:07:13 +0300
  • 0a0a126827 improve readme Emanuil 2013-07-18 00:58:53 +0300
  • c1bbcb1abd remove the extra trailing comma from composer.json 0.1.0 Emanuil 2013-07-11 00:33:44 +0300
  • 2e50a935e8 remove heading from readme Emanuil 2013-07-10 23:30:31 +0300
  • cbc76e5c31 first commit Emanuil 2013-07-10 23:22:16 +0300