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

Commit Graph

  • 5a563008aa implement GFM strikethrough Emanuil Rusev 2013-11-21 13:39:00 +0200
  • b6f795962f resolve #21 Emanuil Rusev 2013-11-21 00:59:12 +0200
  • cdb2646063 update readme to match website Emanuil Rusev 2013-11-20 23:10:03 +0200
  • 7b03a46c78 Add Requirements section to README Haralan Dobrev 2013-11-18 22:55:16 +0200
  • e3b8026e39 build should no longer allow failures 0.6.0 Emanuil Rusev 2013-11-18 22:39:44 +0200
  • d96f668c42 update test case to make it run on PHP 5.2 Emanuil Rusev 2013-11-18 22:29:15 +0200
  • 96bf75bd91 remove goto to provide support for PHP 5.2 Emanuil Rusev 2013-11-18 21:42:00 +0200
  • 67b51794d8 implement fenced code block to resolve #2 0.5.0 Emanuil Rusev 2013-11-17 16:52:31 +0200
  • a9d6232705 array_shift » unset to simplify code base and improve performance Emanuil Rusev 2013-11-17 13:21:49 +0200
  • b91629ad94 organize evaluation blocks into switch statements to improve code readability Emanuil Rusev 2013-11-17 12:48:01 +0200
  • aee8e9068c Merge fdf75e8b5b into 24d300ea5d kaamaru 2013-11-16 16:00:19 -0800
  • 24d300ea5d $pure_line » $deindented_line Emanuil Rusev 2013-11-16 23:33:59 +0200
  • d54712b989 simplify comments Emanuil Rusev 2013-11-16 22:25:50 +0200
  • 6ef043ba7d arrange compile cases Emanuil Rusev 2013-11-16 22:04:26 +0200
  • fe27b70bdb block » markup Emanuil Rusev 2013-11-16 21:39:01 +0200
  • 18d3dbf4f6 simplify comments Emanuil Rusev 2013-11-16 20:30:04 +0200
  • 4758f58f73 remove double semicolons Emanuil Rusev 2013-11-16 18:47:24 +0200
  • 5fa3eb1b2f parse_inline_elements » parse_span_elements to match the specs Emanuil Rusev 2013-11-16 11:53:25 +0200
  • fdf75e8b5b Update Parsedown.php kaamaru 2013-11-16 22:20:00 +0000
  • 38300323a6 simplify readme Emanuil Rusev 2013-11-16 18:45:13 +0200
  • 96609329b9 improve readme Emanuil Rusev 2013-11-16 09:51:01 +0200
  • e497acb6dc escape sequences with double digit codes do not get decoded properly 0.4.8 Emanuil Rusev 2013-11-16 02:04:39 +0200
  • 30e436ec7d simplify tests Emanuil Rusev 2013-11-16 01:55:09 +0200
  • 3972f18881 improve readme Emanuil Rusev 2013-11-14 00:50:00 +0200
  • 4fb12be60a improve introduction Emanuil Rusev 2013-11-13 01:52:59 +0200
  • f8b07611d3 homepage » home Emanuil Rusev 2013-11-13 01:47:38 +0200
  • 21d7f75f5b improve readme Emanuil Rusev 2013-11-13 01:38:29 +0200
  • a4fb0651d5 resolve #27 0.4.7 Emanuil Rusev 2013-11-13 01:07:39 +0200
  • 50a58eab16 Merge pull request #29 from hkdobrev/multi-line-emphasis Emanuil Rusev 2013-11-12 12:46:05 -0800
  • 4fc63d0469 Add PHPUnit as a dev dependency in Composer Haralan Dobrev 2013-11-12 21:14:14 +0200
  • 1f347e17eb Allow multi-line emphasis. Fix #28. Haralan Dobrev 2013-11-12 19:22:17 +0200
  • 31cc4139db Merge f63deb3cbb into df3db71698 Haralan Dobrev 2013-11-10 05:18:18 -0800
  • f63deb3cbb Do not run composer --version on install or before_install phase Haralan Dobrev 2013-11-10 14:57:37 +0200
  • df3db71698 add 5.2 to PHP versions to test against 0.4.6 Emanuil Rusev 2013-11-10 11:02:18 +0200
  • a37f5ff31e improve tests Emanuil Rusev 2013-11-10 10:44:52 +0200
  • e913017625 Merge 9eedcc3386 into ee9a1e92c0 Dimitar Dimitrov 2013-11-09 16:36:35 -0800
  • 9eedcc3386 rewrite parse_block_elements() to remove goto Dimitar Dimitrov 2013-11-10 02:26:39 +0200
  • 8e6f4cf7b8 leading spaces should not get trimmed Emanuil Rusev 2013-11-09 22:23:56 +0200
  • ee9a1e92c0 remove goto comment Emanuil Rusev 2013-11-09 00:40:13 +0200
  • 689ef24cc5 strip trailing spaces Emanuil Rusev 2013-11-08 23:40:00 +0200
  • 4403fe4d96 labels of reference links should be case insensitive 0.4.5 Emanuil Rusev 2013-11-08 21:59:26 +0200
  • 400c8f7d46 simplify regex for inline link in attempt to resolve #23 0.4.4 Emanuil Rusev 2013-11-08 00:24:40 +0200
  • 379cbf34b3 parse_block_elements doesn't have to use ltrim on lines with no indentation Emanuil Rusev 2013-11-07 22:48:15 +0200
  • b6c8cac512 optimize quick paragraph Emanuil Rusev 2013-11-07 22:46:01 +0200
  • 0e9202689e escaping of "<" breaks span-level html 0.4.3 Emanuil Rusev 2013-11-05 21:40:33 +0200
  • 7249d02cff code blocks get unwanted empty lines 0.4.2 Emanuil Rusev 2013-11-05 10:21:48 +0200
  • ecf86b073e error when last line consists of 1-3 spaces Emanuil Rusev 2013-11-05 10:17:19 +0200
  • b12973415f parse link references as blocks to improve performance 0.4.1 Emanuil Rusev 2013-11-05 00:57:16 +0200
  • 6d113f47fb rearrange block types to optimize performance 0.4.0 Emanuil Rusev 2013-11-04 09:28:50 +0200
  • d4d3612710 escaping for special characters Emanuil Rusev 2013-11-03 17:32:45 +0200
  • 2e314ad474 resolve #24 0.3.0 Emanuil Rusev 2013-11-02 21:42:55 +0200
  • e475602e2f simplify parsing of code blocks Emanuil Rusev 2013-11-02 02:18:13 +0200
  • f43f54b877 remove redundant parse_inline_elements call 0.2.1 Emanuil Rusev 2013-10-23 00:50:32 +0300
  • d733acc94e add .idea to .gitignore Emanuil Rusev 2013-10-23 00:44:21 +0300
  • 6a0695deb9 correct spelling of $link_definition Emanuil Rusev 2013-10-13 22:52:36 +0300
  • dfa1f5faee Merge e2f4ba46ff into 5dd40e7adf Haralan Dobrev 2013-09-24 13:06:13 -0700
  • 5dd40e7adf add test for horizontal rule 0.2.0 Emanuil 2013-09-24 22:53:42 +0300
  • b9808f23e0 setext underlines should not work on interrupted paragraphs Emanuil 2013-09-24 22:36:24 +0300
  • 47b1789430 resolve #9 Emanuil 2013-09-24 02:32:58 +0300
  • 89bd72b0fb Merge b77252038f into f8119fa3cb Haralan Dobrev 2013-09-23 15:26:55 -0700
  • f8119fa3cb separate compiling from parsing Emanuil 2013-09-24 01:19:17 +0300
  • d306ee3db5 improve tests Emanuil 2013-09-24 01:09:13 +0300
  • e15241cb92 remove incomplete tests Emanuil 2013-09-24 01:00:20 +0300
  • 7ab71ade06 optimize parsing of rule Emanuil 2013-09-20 02:12:06 +0300
  • 64f82e1e2a inline links should get parsed before reference links Emanuil 2013-09-20 01:12:40 +0300
  • 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 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 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 hkdobrev 2013-07-22 21:29:32 +0300
  • e2f4ba46ff Added test coverage for multiple nesting of lists 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 Haralan Dobrev 2013-07-22 13:30:07 -0700