1
0
mirror of https://github.com/erusev/parsedown.git synced 2023-08-10 21:13:06 +03:00

Commit Graph

  • 379cbf34b3 parse_block_elements doesn't have to use ltrim on lines with no indentation Emanuil Rusev 2013-11-07 22:48:15 +02:00
  • b6c8cac512 optimize quick paragraph Emanuil Rusev 2013-11-07 22:46:01 +02:00
  • 0e9202689e escaping of "<" breaks span-level html 0.4.3 Emanuil Rusev 2013-11-05 21:40:33 +02:00
  • 7249d02cff code blocks get unwanted empty lines 0.4.2 Emanuil Rusev 2013-11-05 10:21:48 +02:00
  • ecf86b073e error when last line consists of 1-3 spaces Emanuil Rusev 2013-11-05 10:17:19 +02:00
  • b12973415f parse link references as blocks to improve performance 0.4.1 Emanuil Rusev 2013-11-05 00:57:16 +02:00
  • 6d113f47fb rearrange block types to optimize performance 0.4.0 Emanuil Rusev 2013-11-04 09:28:50 +02:00
  • d4d3612710 escaping for special characters Emanuil Rusev 2013-11-03 17:32:45 +02:00
  • 2e314ad474 resolve #24 0.3.0 Emanuil Rusev 2013-11-02 21:42:55 +02:00
  • e475602e2f simplify parsing of code blocks Emanuil Rusev 2013-11-02 02:18:13 +02:00
  • f43f54b877 remove redundant parse_inline_elements call 0.2.1 Emanuil Rusev 2013-10-23 00:50:32 +03:00
  • d733acc94e add .idea to .gitignore Emanuil Rusev 2013-10-23 00:44:21 +03:00
  • 6a0695deb9 correct spelling of $link_definition Emanuil Rusev 2013-10-13 22:52:36 +03:00
  • 5dd40e7adf add test for horizontal rule 0.2.0 Emanuil 2013-09-24 22:53:42 +03:00
  • b9808f23e0 setext underlines should not work on interrupted paragraphs Emanuil 2013-09-24 22:36:24 +03:00
  • 47b1789430 resolve #9 Emanuil 2013-09-24 02:32:58 +03:00
  • f8119fa3cb separate compiling from parsing Emanuil 2013-09-24 01:19:17 +03:00
  • d306ee3db5 improve tests Emanuil 2013-09-24 01:09:13 +03:00
  • e15241cb92 remove incomplete tests Emanuil 2013-09-24 01:00:20 +03:00
  • 7ab71ade06 optimize parsing of rule Emanuil 2013-09-20 02:12:06 +03:00
  • 64f82e1e2a inline links should get parsed before reference links Emanuil 2013-09-20 01:12:40 +03:00
  • f40dbdfb65 variable names should express what they represent rather than why they represent it Emanuil 2013-09-19 23:54:28 +03:00
  • 033c2b78c1 match blockquote comment Emanuil 2013-09-19 23:28:12 +03:00
  • 34035316df NULL » null Emanuil 2013-09-19 23:12:48 +03:00
  • f13214cfa7 single line blockquotes should also go through "parse_lines" Emanuil 2013-09-18 19:53:44 +03:00
  • 238b1029c0 remove "parse_blocks" method in favor of a more capable "parse_lines" Emanuil 2013-09-18 00:27:35 +03:00
  • bc27850c41 improve emphasis test Emanuil 2013-09-03 00:15:25 +03:00
  • 3afeee3b19 parse * and _ emphasis types separately to optimize performance and improve readability Emanuil 2013-09-03 00:14:04 +03:00
  • a94a45f955 reference_link test should reference md.png with a relative path Emanuil 2013-09-02 22:12:43 +03:00
  • 4af89c5087 reference links should be able to have their names on the next line 0.1.5 Emanuil 2013-08-31 22:27:38 +03:00
  • 0352f01c7e leading \n characters should not be parsed as part of first block 0.1.4 Emanuil 2013-08-31 21:44:23 +03:00
  • 40c2dcfac7 resolve #20 Emanuil 2013-08-31 20:28:23 +03:00
  • 097ec5e8a5 test case should deal with \r characters Emanuil 2013-08-31 20:11:48 +03:00
  • 8ac52a2f30 resolve #17 Emanuil 2013-08-31 19:55:07 +03:00
  • 4a6bb88239 improve the code that removes \r characters Emanuil 2013-08-31 19:54:14 +03:00
  • 609ad47c38 resolve #16 0.1.3 Emanuil 2013-07-26 00:08:52 +03:00
  • 7d7e89f5c3 remove 5.2 from PHP versions to test against Emanuil 2013-07-25 01:49:02 +03:00
  • 5aad1d42d2 inline links should work with images 0.1.2 Emanuil 2013-07-25 01:33:40 +03:00
  • 3ff5c623f2 add 5.2, 5.5 to PHP versions to test against Emanuil 2013-07-25 00:44:33 +03:00
  • 637b516694 remove coveralls.io integration Emanuil 2013-07-24 13:58:17 +03:00
  • 31b811d3fe improve license Emanuil 2013-07-24 01:38:38 +03:00
  • 8954b94516 setext headings should support inline elements 0.1.1 Emanuil 2013-07-24 00:52:35 +03:00
  • 4e64695055 remove footer from readme Emanuil 2013-07-24 00:32:31 +03:00
  • b29c2459e0 remove link from the h2 heading in readme Emanuil 2013-07-23 23:54:32 +03:00
  • 15f20fb59e improve readme Emanuil 2013-07-23 23:32:45 +03:00
  • 69a620110a Merge pull request #10 from hkdobrev/emphasis Emanuil Rusev 2013-07-23 00:52:41 -07:00
  • e4f9620e98 add "Coverage Status" badge to readme Emanuil 2013-07-23 10:36:28 +03:00
  • 8c59d05478 fix .coveralls.yml Emanuil 2013-07-23 10:25:58 +03:00
  • 26c02dafed add .coveralls.yml config Emanuil 2013-07-23 10:14:00 +03:00
  • 5de50f101a implement coveralls.io integration Emanuil 2013-07-23 01:43:10 +03:00
  • 7ace421f6d Better parsing of emphasis and strong elements hkdobrev 2013-07-22 21:29:32 +03:00
  • 78cad3964c add .travis.yml config Emanuil 2013-07-22 23:59:51 +03:00
  • 8ed3b3d484 Merge pull request #11 from hkdobrev/fix-quick-block-check Emanuil Rusev 2013-07-22 13:04:38 -07:00
  • 41bf9733b0 Fixed performance check for quick blocks and lines hkdobrev 2013-07-22 21:54:18 +03:00
  • 99bf0d4bba refactor test case Emanuil 2013-07-22 00:19:11 +03:00
  • f29981d0a3 fix test case Emanuil 2013-07-22 00:10:01 +03:00
  • 2f051b821c improve indentation in phpunit.xml.dist Emanuil 2013-07-22 00:01:48 +03:00
  • 85dd9fd965 migrate tests to phpunit Emanuil 2013-07-21 23:14:30 +03:00
  • 69de4c46d5 rename tests/ to data/ Emanuil 2013-07-21 18:46:37 +03:00
  • 5bbbabe8aa paragraph blocks preceded by a list block should not produce exceptions Emanuil 2013-07-21 18:44:26 +03:00
  • ec5f2c6f31 Merge pull request #7 from hkdobrev/atx-headings-tests Emanuil Rusev 2013-07-21 08:19:48 -07:00
  • 66f9baf013 More tests for atx headings hkdobrev 2013-07-20 09:53:17 +03:00
  • 7b091b8915 link definitions should not tolerate space between ] and ( Emanuil 2013-07-18 10:07:13 +03:00
  • 0a0a126827 improve readme Emanuil 2013-07-18 00:58:53 +03:00
  • c1bbcb1abd remove the extra trailing comma from composer.json 0.1.0 Emanuil 2013-07-11 00:33:44 +03:00
  • 2e50a935e8 remove heading from readme Emanuil 2013-07-10 23:30:31 +03:00
  • cbc76e5c31 first commit Emanuil 2013-07-10 23:22:16 +03:00