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

Commit Graph

  • 0f6c0fa84d PHP < 7 compat Aidan Woods 2018-12-05 15:17:53 +01:00
  • 0f36000dc9 Add typed Context and Lines objects Aidan Woods 2018-12-05 15:07:55 +01:00
  • 57b86b3fc4 Use psalm for static analysis Don't check the main Parsedown file just yet Aidan Woods 2018-12-05 11:33:37 +01:00
  • f6a845fa52 Use typed Line object Aidan Woods 2018-12-05 11:30:49 +01:00
  • db04e1575f Commonmark stage should be allowed to fail in travis Aidan Woods 2018-12-05 10:32:28 +01:00
  • 6d03fa0d3a Rephrasing Aidan Woods 2018-12-05 10:24:47 +01:00
  • 49829c2019 Remove HHVM for now Aidan Woods 2018-12-05 10:19:07 +01:00
  • c419295466 Remove unsupported dependencies when running unit tests (PHP < 7 compat) Aidan Woods 2018-12-05 09:19:00 +01:00
  • 23b07fa185 Cache composer cache in travis Aidan Woods 2018-12-05 09:03:43 +01:00
  • 5795a6f0a9 Add travis build stages Aidan Woods 2018-12-05 08:13:55 +01:00
  • a42848da57 CommonMark weak test in composer Aidan Woods 2018-12-05 08:13:30 +01:00
  • 82a528711f Fix commonmark test Aidan Woods 2018-12-04 18:08:14 +01:00
  • 8c091b8e63 Testing composer shortcuts Aidan Woods 2018-12-04 17:47:34 +01:00
  • a636bf7bfa Update phpunit version Aidan Woods 2018-12-04 17:45:15 +01:00
  • 8512e65a18 Standardise formatting Aidan Woods 2018-12-04 17:24:25 +01:00
  • 267256cbb8 Fix typos Aidan Woods 2018-11-11 18:31:58 +00:00
  • f8aa618f3d Default construct to empty text Aidan Woods 2018-11-11 18:33:52 +00:00
  • f85f6cbd40 Add setting constructors for each property Aidan Woods 2018-11-11 18:30:39 +00:00
  • 822cf15ac9 Add helper constructor with variadic Aidan Woods 2018-11-11 18:30:00 +00:00
  • 9046f066df Html/Component -> Html/Renderable Aidan Woods 2018-11-04 13:27:23 +00:00
  • 7690b98f61 Correct namespace Aidan Woods 2018-11-04 13:26:11 +00:00
  • 04581d0915 Basic HTML constructs Aidan Woods 2018-11-03 18:24:36 +00:00
  • 5ab8839d04 PHP 5.3 and 5.4 class name support Aidan Woods 2018-04-17 15:05:39 +01:00
  • c429c47fee Remove strict_types for PHP 5.3 and 5.4 compat Aidan Woods 2018-04-17 15:02:21 +01:00
  • 88ab68fd0b Refactor into namespaces for PSR-4 Aidan Woods 2018-04-17 14:44:38 +01:00
  • bfaa76d370 Reflect travis breadth in README Closes https://github.com/erusev/parsedown/issues/692 Aidan Woods 2019-04-07 16:36:22 +01:00
  • 3825db53a2 Merge branch '1.8.x-beta' Aidan Woods 2019-04-06 17:58:29 +01:00
  • 6d89393817 New release due to mislabeled previous tag 1.7.3 Aidan Woods 2019-03-17 18:48:37 +00:00
  • fe7a50eceb New release due to mislabeled previous tag 1.8.0-beta-7 Aidan Woods 2019-03-17 18:47:21 +00:00
  • bce642f2d7 7.3 was released Aidan Woods 2019-03-17 18:38:54 +00:00
  • d60bcdc469 Bump version v1.7.2 1.7.2 Aidan Woods 2019-03-17 17:19:46 +00:00
  • 7d4c06cb52 Bump version v1.8.0-beta-6 1.8.0-beta-6 Aidan Woods 2019-03-17 17:19:07 +00:00
  • c390a9e406 Merge pull request #700 from aidantwoods/fix/spaces-in-class-names-1.7.x Aidan Woods 2019-03-17 17:14:45 +00:00
  • f7b66e6b20 Merge pull request #701 from aidantwoods/fix/spaces-in-class-names-1.8.x-beta Aidan Woods 2019-03-17 17:10:10 +00:00
  • 0f1e9da8f4 Fix test platforms Aidan Woods 2019-03-17 17:05:15 +00:00
  • 811bc32726 Fix test platforms Aidan Woods 2019-03-17 17:03:54 +00:00
  • 8fd5464c46 [1.8.x-beta] Fix spaces in class names Aidan Woods 2019-03-17 16:53:17 +00:00
  • bc003952fc [1.7.x] Fix spaces in class names Aidan Woods 2019-03-17 16:49:45 +00:00
  • 21c8c792de Merge pull request #698 from cybernet/patch-1 Aidan Woods 2019-03-14 18:49:20 +00:00
  • 6ca29539e1 Symfony Demo link update cybernet 2019-03-12 20:49:21 +00:00
  • a503c1a69b composer/composer#7990 Emanuil Rusev 2019-03-02 12:08:48 +02:00
  • 819c68899d Simplify installation instructions Emanuil Rusev 2018-12-28 13:17:22 +02:00
  • 4c2d79fc6a More consistent code blocks in readme Emanuil Rusev 2018-12-28 12:50:30 +02:00
  • 48a2fb26fe Add badges to readme Emanuil Rusev 2018-12-28 12:47:13 +02:00
  • 33b79d2446 More logo padding and no underline Emanuil Rusev 2018-12-28 02:21:55 +02:00
  • d6d2d96459 Add repo name as h1 Emanuil Rusev 2018-12-28 02:19:44 +02:00
  • d5b6ab5198 Readme logo to be centered Emanuil Rusev 2018-12-28 02:14:25 +02:00
  • 15e8439c7f Back to smaller padding in readme logo Emanuil Rusev 2018-12-28 02:04:16 +02:00
  • ff6148f9b9 Improve readme badges Emanuil Rusev 2018-12-28 01:56:45 +02:00
  • dfd8657bc5 h1 around logo in readme Emanuil Rusev 2018-12-28 01:28:59 +02:00
  • ee64646765 More padding for logo in readme Emanuil Rusev 2018-12-28 01:21:51 +02:00
  • c956090b55 Update readme logo Emanuil Rusev 2018-12-28 01:07:49 +02:00
  • 0be26550f3 Update readme logo Emanuil Rusev 2018-12-28 00:55:48 +02:00
  • 8e26a65a6f More consistent letter case in readme Emanuil Rusev 2018-12-28 00:41:14 +02:00
  • 2a24a8583b More consistent formatting in readme Emanuil Rusev 2018-12-28 00:36:04 +02:00
  • 1d55344e92 Simpler readme header Emanuil Rusev 2018-12-27 23:59:37 +02:00
  • 5dc8d1cc39 Simpler readme examples Emanuil Rusev 2018-12-27 23:51:07 +02:00
  • 33cf0f0b99 Centered header in readme Emanuil Rusev 2018-12-27 23:46:53 +02:00
  • dc1ff7d6c2 Remove horizontal rule from readme Emanuil Rusev 2018-12-27 22:50:39 +02:00
  • 0f0987571d Bigger headings in readme Emanuil Rusev 2018-12-27 22:32:54 +02:00
  • 18eaa649b5 Add logo to readme Emanuil Rusev 2018-12-27 22:23:17 +02:00
  • e124572b60 Merge pull request #675 from andreybolonin/patch-1 Aidan Woods 2018-11-16 07:45:32 +00:00
  • 1686a34469 add php 7.3 to allow_failures Andrey Bolonin 2018-11-16 09:34:17 +02:00
  • 2bd7113c55 Merge pull request #676 from aidantwoods/fix/uninitialized-string-offset Aidan Woods 2018-11-06 21:49:46 +00:00
  • 29fce0ec37 Fix access to potentially uninitialised offset Aidan Woods 2018-11-06 21:10:23 +00:00
  • b0bbc275d4 add php 7.3 Andrey Bolonin 2018-10-31 15:48:28 +02:00
  • 72f9ca92ae Merge pull request #671 from aidantwoods/fix/line-ending-standardisation Aidan Woods 2018-10-16 18:51:05 +01:00
  • 89c3fa05d9 Ensure line-breaks get standardised when using via line method Aidan Woods 2018-10-16 18:41:42 +01:00
  • 69163d6e88 Merge pull request #670 from tillkruss/patch-1 Aidan Woods 2018-10-14 21:48:40 +01:00
  • 3a0c964291 Add "tel:" to whitelist Till Krüss 2018-10-02 16:38:21 -07:00
  • 1829106e60 Merge pull request #668 from itshoro/block-heading-min Aidan Woods 2018-09-19 21:28:02 +01:00
  • 464f5f9329 removed min function as it is redundant in the context horodev 2018-09-19 17:36:40 +02:00
  • c26a2ee4bf Bump beta version 1.8.0-beta-5 Aidan Woods 2018-06-11 19:15:32 +01:00
  • ba3b60d6e4 Merge pull request #641 from aidantwoods/fix/api-stability-complete-function-removal Aidan Woods 2018-06-08 14:38:42 +01:00
  • 0b1e6b8c86 Restore existence of protected API methods Aidan Woods 2018-06-07 19:47:09 +01:00
  • 1f69f7e697 Bump version 1.8.0-beta-4 Aidan Woods 2018-05-08 22:46:15 +01:00
  • c83af0a7d5 Merge pull request #628 from aidantwoods/fix/revert-rawHtml-breaks-insertion Aidan Woods 2018-05-08 22:41:44 +01:00
  • 4686daf8c2 Preserve plain-text in AST to avoid blinding extensions to it Aidan Woods 2018-05-08 22:32:57 +01:00
  • c9e7183cfa Merge pull request #627 from aidantwoods/fix/hidden-blocks Aidan Woods 2018-05-08 22:07:51 +01:00
  • 9eed1104e7 Intepret special "hidden" key as an empty element Aidan Woods 2018-05-08 21:54:30 +01:00
  • fd95703da5 Version bump 1.8.0-beta-3 Aidan Woods 2018-05-07 14:25:27 +01:00
  • 8d172a2994 Merge pull request #614 from aidantwoods/enhancement/performance-tweaks 1.8.0-beta-2 Aidan Woods 2018-05-07 11:18:21 +01:00
  • dfab7240a4 Merge pull request #621 from paukenba/master Aidan Woods 2018-04-24 17:39:09 +01:00
  • 113c6d2b21 Tilde characters may be escaped Attila Vachter 2018-04-23 15:09:30 +02:00
  • a9764ec90f Remove complex string interpolation expressions Aidan Woods 2018-04-14 15:27:06 +01:00
  • 0a842fb5b1 Merge pull request #615 from aidantwoods/fix/old-handler-compat Aidan Woods 2018-04-12 22:29:29 +01:00
  • 7f4318dbdb PHP 5.3 == 💩 Aidan Woods 2018-04-12 22:22:53 +01:00
  • 3e70819a20 Readability improvements, thanks @PhrozenByte Aidan Woods 2018-04-12 22:16:25 +01:00
  • 2bf7ca41a0 Add compat for extensions using old markup key. Aidan Woods 2018-04-12 21:25:50 +01:00
  • b75fd409ff Must unset text key so that our destination is preferred as content Aidan Woods 2018-04-12 21:10:09 +01:00
  • 88a3f31dd7 Rewrite as one statement Aidan Woods 2018-04-12 19:33:01 +01:00
  • 726d4ef44a Sanity checks before starting regex engine Aidan Woods 2018-04-09 02:32:23 +01:00
  • 450a74fedf More expensive statement last Aidan Woods 2018-04-09 02:32:01 +01:00
  • 7e15d99d90 Remove regex from block rule Aidan Woods 2018-04-09 02:31:36 +01:00
  • d2dd736e1b Remove regex from fenced code block Aidan Woods 2018-04-09 02:30:22 +01:00
  • e74a5bd7ed In theory PHP stores the length of strings, so looking this up should be quick Aidan Woods 2018-04-09 01:46:36 +01:00
  • b53aa74a72 Use standard library function Aidan Woods 2018-04-09 00:55:36 +01:00
  • 3ea08140b6 Remove use of array Aidan Woods 2018-04-09 00:46:26 +01:00
  • c45e41950f Use standard library over while loop Aidan Woods 2018-04-09 00:05:12 +01:00
  • 2faba6fef5 Remove unneeded complete function Aidan Woods 2018-04-08 23:55:08 +01:00