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

Commit Graph

  • bf6c9a6db2 Use imperative tense in comments Haralan Dobrev 2014-01-24 00:41:45 +02:00
  • 0494c6b274 improve comments Emanuil Rusev 2014-01-24 01:28:03 +02:00
  • 3e0c010c1f improve comments Emanuil Rusev 2014-01-23 23:48:38 +02:00
  • 3a5eecc23d replace logical operators with conditionals to improve readability Emanuil Rusev 2014-01-23 22:46:49 +02:00
  • c8c5ae9df8 control structures should use braces Emanuil Rusev 2014-01-23 22:34:02 +02:00
  • 843786c07c improve comments Emanuil Rusev 2014-01-23 22:08:06 +02:00
  • 0c61f71e3f rtrim » chop Emanuil Rusev 2014-01-23 13:07:15 +02:00
  • 01a147c574 replace tabs with spaces to improve compatibility with psr-2 Emanuil Rusev 2014-01-23 00:57:36 +02:00
  • f0fbdaa6ca backtick within code span 0.9.0 Emanuil Rusev 2014-01-22 21:28:09 +02:00
  • e20c0a29bd nested elements should render on a new line Emanuil Rusev 2014-01-22 11:04:35 +02:00
  • 712dd23d30 simplify parsing of list Emanuil Rusev 2014-01-22 01:03:21 +02:00
  • 68f2871996 resolve #3 Emanuil Rusev 2014-01-21 14:23:04 +02:00
  • 17e7e33847 name image title test Emanuil Rusev 2014-01-21 01:15:03 +02:00
  • 7cb9646d98 simplify compiling of links Emanuil Rusev 2014-01-20 22:49:10 +02:00
  • 325bdd9ff6 improve readme Emanuil Rusev 2014-01-21 23:15:02 +02:00
  • 2a0700abda resolve #61 Emanuil Rusev 2014-01-20 22:19:23 +02:00
  • 4e83d79d76 setters should know nothing 0.8.3 Emanuil Rusev 2014-01-20 09:26:25 +02:00
  • 354842fd6e simplify compiling Emanuil Rusev 2014-01-19 23:34:20 +02:00
  • 2b73e94c6c simplify parsing of escaped characters Emanuil Rusev 2014-01-19 22:49:43 +02:00
  • 0182812d6c remove unnecessary blank lines Emanuil Rusev 2014-01-19 15:37:05 +02:00
  • f5dd3455f9 resolve #58 Emanuil Rusev 2014-01-19 00:52:07 +02:00
  • 1017f22cdd fix paragraph list 0.8.2 Emanuil Rusev 2014-01-18 16:44:38 +02:00
  • 88854955d6 take $inline_tags out of the method Emanuil Rusev 2014-01-18 15:10:24 +02:00
  • 654dd74074 lines that start with inline html should not get parsed as block-level markup, should resolve #54 and #57 Emanuil Rusev 2014-01-18 14:47:46 +02:00
  • fee5b71998 improve readme Emanuil Rusev 2014-01-17 01:33:20 +02:00
  • 149b687ee7 improve tests 0.8.1 Emanuil Rusev 2014-01-17 01:25:41 +02:00
  • 98b17e3354 setext heading doesn't have to use regex Emanuil Rusev 2014-01-17 01:23:25 +02:00
  • da966b83f1 atx heading doesn't have to use regex Emanuil Rusev 2014-01-17 00:36:11 +02:00
  • b9ab495cb4 parse method doesn't have to use regex Emanuil Rusev 2014-01-16 23:43:34 +02:00
  • 408cb5c21f code block doesn't have to use regex Emanuil Rusev 2014-01-16 23:43:12 +02:00
  • 5dd0e8cb7b $deindented_line >= ... doesn't make sense Emanuil Rusev 2014-01-16 23:39:56 +02:00
  • 5521afde31 refactor $element Emanuil Rusev 2014-01-13 23:45:31 +02:00
  • 4317add3a2 add hhvm to PHP versions to test against Emanuil Rusev 2013-12-28 14:57:25 +02:00
  • 47d8a1382b implement automatic line breaks as an option 0.8.0 Emanuil Rusev 2013-12-26 23:43:25 +02:00
  • fd42f2e864 improve tests Emanuil Rusev 2013-12-26 21:55:33 +02:00
  • c0b7155572 implement link titles Emanuil Rusev 2013-12-26 21:53:48 +02:00
  • be366b63ea improve parsing of emphasis Emanuil Rusev 2013-12-24 23:40:12 +02:00
  • 68484504ca separate compiling of link / image Emanuil Rusev 2013-12-24 16:05:13 +02:00
  • 4fecd91f7d span elements should get parsed on a first-come, first-served basis Emanuil Rusev 2013-12-24 03:17:23 +02:00
  • 9dae844a6e post-increment operators should not be separated Emanuil Rusev 2013-12-07 22:29:51 +02:00
  • df6fe915c6 Merge pull request #48 from kaamaru/master 0.7.7 Emanuil Rusev 2013-12-18 10:36:06 -08:00
  • 576b0ea761 Fix HTML Bug kaamaru 2013-12-18 12:32:49 +00:00
  • 0f027dc04b Merge pull request #47 from malorisdead/link-titles Emanuil Rusev 2013-12-15 14:56:12 -08:00
  • 179862bd6e improve readme Emanuil Rusev 2013-12-15 03:32:34 +02:00
  • 019a4af2af Added ability to specify link titles to inline and reference links. Fixed whitespace bug with reference link regex. Updated tests. malorisdead 2013-12-14 02:13:53 -05:00
  • 51a08fad85 improve parsing of emphasis 0.7.6 Emanuil Rusev 2013-12-07 17:21:36 +02:00
  • 7fb08f334a improve comments Emanuil Rusev 2013-12-07 10:54:05 +02:00
  • 85ad014f74 parse code span after recursive types to resolve #44 0.7.5 Emanuil Rusev 2013-12-06 01:43:55 +02:00
  • 22336a1bcc simplify special characters test Emanuil Rusev 2013-12-06 00:45:26 +02:00
  • f713e380ee add comment for automatic link Emanuil Rusev 2013-12-06 00:29:51 +02:00
  • 5b01915a63 interrupted list items should not add nonexistent empty lines Emanuil Rusev 2013-12-06 00:14:50 +02:00
  • 18d112a614 improve readme Emanuil Rusev 2013-12-03 23:19:50 +02:00
  • 1b9641ad03 improve readme Emanuil Rusev 2013-12-03 22:49:50 +02:00
  • 8baf537c12 resolve #40 0.7.4 Emanuil Rusev 2013-12-02 23:26:43 +02:00
  • 05823567bc simplify comments Emanuil Rusev 2013-12-02 23:02:15 +02:00
  • b7029ab176 improve readme Emanuil Rusev 2013-12-01 00:10:30 +02:00
  • 102a947c7a improve readme Emanuil Rusev 2013-11-23 15:58:58 +02:00
  • 7bb70186c1 simplify test for em strong 0.7.3 Emanuil Rusev 2013-11-23 13:35:15 +02:00
  • 3225c66863 ***strong em** inside of em* should produce valid markup 0.7.2 Emanuil Rusev 2013-11-23 13:19:06 +02:00
  • d6dc5ba25b update introduction text to match website Emanuil Rusev 2013-11-23 09:26:44 +02:00
  • f5451a9eff Merge pull request #37 from hkdobrev/htmlspecialshars-utf8 0.7.1 Emanuil Rusev 2013-11-22 13:23:21 -08:00
  • 849a89b121 Use UTF-8 encoding for htmlspecialchars. See #36. Haralan Dobrev 2013-11-22 23:06:20 +02:00
  • 28064a63b3 simplify encoding of special characters Emanuil Rusev 2013-11-22 21:57:21 +02:00
  • 800aac5b56 Merge pull request #36 from josephok/patch-1 Emanuil Rusev 2013-11-22 11:21:38 -08:00
  • b15d40e8a3 Update Parsedown.php josephok 2013-11-22 23:05:26 +08:00
  • ddc5b7e2dd implement URL auto-linking 0.7.0 Emanuil Rusev 2013-11-22 00:20:45 +02:00
  • 5a563008aa implement GFM strikethrough Emanuil Rusev 2013-11-21 13:39:00 +02:00
  • b6f795962f resolve #21 Emanuil Rusev 2013-11-21 00:59:12 +02:00
  • cdb2646063 update readme to match website Emanuil Rusev 2013-11-20 23:10:03 +02:00
  • e3b8026e39 build should no longer allow failures 0.6.0 Emanuil Rusev 2013-11-18 22:39:44 +02:00
  • d96f668c42 update test case to make it run on PHP 5.2 Emanuil Rusev 2013-11-18 22:29:15 +02:00
  • 96bf75bd91 remove goto to provide support for PHP 5.2 Emanuil Rusev 2013-11-18 21:42:00 +02:00
  • 67b51794d8 implement fenced code block to resolve #2 0.5.0 Emanuil Rusev 2013-11-17 16:52:31 +02:00
  • a9d6232705 array_shift » unset to simplify code base and improve performance Emanuil Rusev 2013-11-17 13:21:49 +02:00
  • b91629ad94 organize evaluation blocks into switch statements to improve code readability Emanuil Rusev 2013-11-17 12:48:01 +02:00
  • 24d300ea5d $pure_line » $deindented_line Emanuil Rusev 2013-11-16 23:33:59 +02:00
  • d54712b989 simplify comments Emanuil Rusev 2013-11-16 22:25:50 +02:00
  • 6ef043ba7d arrange compile cases Emanuil Rusev 2013-11-16 22:04:26 +02:00
  • fe27b70bdb block » markup Emanuil Rusev 2013-11-16 21:39:01 +02:00
  • 18d3dbf4f6 simplify comments Emanuil Rusev 2013-11-16 20:30:04 +02:00
  • 4758f58f73 remove double semicolons Emanuil Rusev 2013-11-16 18:47:24 +02:00
  • 5fa3eb1b2f parse_inline_elements » parse_span_elements to match the specs Emanuil Rusev 2013-11-16 11:53:25 +02:00
  • 38300323a6 simplify readme Emanuil Rusev 2013-11-16 18:45:13 +02:00
  • 96609329b9 improve readme Emanuil Rusev 2013-11-16 09:51:01 +02:00
  • e497acb6dc escape sequences with double digit codes do not get decoded properly 0.4.8 Emanuil Rusev 2013-11-16 02:04:39 +02:00
  • 30e436ec7d simplify tests Emanuil Rusev 2013-11-16 01:55:09 +02:00
  • 3972f18881 improve readme Emanuil Rusev 2013-11-14 00:50:00 +02:00
  • 4fb12be60a improve introduction Emanuil Rusev 2013-11-13 01:52:59 +02:00
  • f8b07611d3 homepage » home Emanuil Rusev 2013-11-13 01:47:38 +02:00
  • 21d7f75f5b improve readme Emanuil Rusev 2013-11-13 01:38:29 +02:00
  • a4fb0651d5 resolve #27 0.4.7 Emanuil Rusev 2013-11-13 01:07:39 +02:00
  • 50a58eab16 Merge pull request #29 from hkdobrev/multi-line-emphasis Emanuil Rusev 2013-11-12 12:46:05 -08:00
  • 1f347e17eb Allow multi-line emphasis. Fix #28. Haralan Dobrev 2013-11-12 19:22:17 +02:00
  • df3db71698 add 5.2 to PHP versions to test against 0.4.6 Emanuil Rusev 2013-11-10 11:02:18 +02:00
  • a37f5ff31e improve tests Emanuil Rusev 2013-11-10 10:44:52 +02:00
  • 8e6f4cf7b8 leading spaces should not get trimmed Emanuil Rusev 2013-11-09 22:23:56 +02:00
  • ee9a1e92c0 remove goto comment Emanuil Rusev 2013-11-09 00:40:13 +02:00
  • 689ef24cc5 strip trailing spaces Emanuil Rusev 2013-11-08 23:40:00 +02:00
  • 4403fe4d96 labels of reference links should be case insensitive 0.4.5 Emanuil Rusev 2013-11-08 21:59:26 +02:00
  • 400c8f7d46 simplify regex for inline link in attempt to resolve #23 0.4.4 Emanuil Rusev 2013-11-08 00:24:40 +02:00