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

848 Commits

Author SHA1 Message Date
8512e65a18 Standardise formatting 2019-04-07 16:37:49 +01:00
267256cbb8 Fix typos 2019-04-07 16:37:48 +01:00
f8aa618f3d Default construct to empty text 2019-04-07 16:37:48 +01:00
f85f6cbd40 Add setting constructors for each property 2019-04-07 16:37:48 +01:00
822cf15ac9 Add helper constructor with variadic 2019-04-07 16:37:48 +01:00
9046f066df Html/Component -> Html/Renderable 2019-04-07 16:37:48 +01:00
7690b98f61 Correct namespace 2019-04-07 16:37:48 +01:00
04581d0915 Basic HTML constructs 2019-04-07 16:37:47 +01:00
5ab8839d04 PHP 5.3 and 5.4 class name support 2019-04-07 16:37:47 +01:00
c429c47fee Remove strict_types for PHP 5.3 and 5.4 compat 2019-04-07 16:37:47 +01:00
88ab68fd0b Refactor into namespaces for PSR-4 2019-04-07 16:37:47 +01:00
bfaa76d370 Reflect travis breadth in README
Closes https://github.com/erusev/parsedown/issues/692
2019-04-07 16:36:22 +01:00
3825db53a2 Merge branch '1.8.x-beta' 2019-04-06 17:58:29 +01:00
fe7a50eceb New release due to mislabeled previous tag 1.8.0-beta-7 2019-03-17 18:47:21 +00:00
bce642f2d7 7.3 was released 2019-03-17 18:38:54 +00:00
7d4c06cb52 Bump version v1.8.0-beta-6 1.8.0-beta-6 2019-03-17 17:19:07 +00:00
f7b66e6b20 Merge pull request #701 from aidantwoods/fix/spaces-in-class-names-1.8.x-beta
[1.8.x-beta] Fix spaces in class names
2019-03-17 17:10:10 +00:00
811bc32726 Fix test platforms 2019-03-17 17:04:25 +00:00
8fd5464c46 [1.8.x-beta] Fix spaces in class names 2019-03-17 17:01:52 +00:00
21c8c792de Merge pull request #698 from cybernet/patch-1
Symfony Demo link update
2019-03-14 18:49:20 +00:00
6ca29539e1 Symfony Demo link update 2019-03-12 20:49:21 +00:00
a503c1a69b composer/composer#7990 2019-03-02 12:08:48 +02:00
819c68899d Simplify installation instructions 2018-12-28 13:17:22 +02:00
4c2d79fc6a More consistent code blocks in readme 2018-12-28 12:50:30 +02:00
48a2fb26fe Add badges to readme 2018-12-28 12:47:13 +02:00
33b79d2446 More logo padding and no underline 2018-12-28 02:21:55 +02:00
d6d2d96459 Add repo name as h1 2018-12-28 02:19:44 +02:00
d5b6ab5198 Readme logo to be centered 2018-12-28 02:14:25 +02:00
15e8439c7f Back to smaller padding in readme logo 2018-12-28 02:04:16 +02:00
ff6148f9b9 Improve readme badges 2018-12-28 01:56:45 +02:00
dfd8657bc5 h1 around logo in readme 2018-12-28 01:28:59 +02:00
ee64646765 More padding for logo in readme 2018-12-28 01:21:51 +02:00
c956090b55 Update readme logo 2018-12-28 01:07:49 +02:00
0be26550f3 Update readme logo 2018-12-28 00:55:48 +02:00
8e26a65a6f More consistent letter case in readme 2018-12-28 00:41:14 +02:00
2a24a8583b More consistent formatting in readme 2018-12-28 00:36:04 +02:00
1d55344e92 Simpler readme header 2018-12-27 23:59:37 +02:00
5dc8d1cc39 Simpler readme examples 2018-12-27 23:51:07 +02:00
33cf0f0b99 Centered header in readme 2018-12-27 23:46:53 +02:00
dc1ff7d6c2 Remove horizontal rule from readme 2018-12-27 22:50:39 +02:00
0f0987571d Bigger headings in readme 2018-12-27 22:32:54 +02:00
18eaa649b5 Add logo to readme 2018-12-27 22:23:17 +02:00
e124572b60 Merge pull request #675 from andreybolonin/patch-1
add php 7.3
2018-11-16 07:45:32 +00:00
1686a34469 add php 7.3 to allow_failures 2018-11-16 09:34:17 +02:00
2bd7113c55 Merge pull request #676 from aidantwoods/fix/uninitialized-string-offset
Fix access to potentially uninitialised offset
2018-11-06 21:49:46 +00:00
29fce0ec37 Fix access to potentially uninitialised offset 2018-11-06 21:10:23 +00:00
b0bbc275d4 add php 7.3 2018-10-31 15:48:28 +02:00
72f9ca92ae Merge pull request #671 from aidantwoods/fix/line-ending-standardisation
Ensure line-breaks get standardised when using Parsedown via `line` method
2018-10-16 18:51:05 +01:00
89c3fa05d9 Ensure line-breaks get standardised when using via line method
As noted in https://github.com/erusev/parsedown/pull/624 there are
occasions where line break standardisation is assumed (e.g. where
`inlineCode` replaces line breaks with a space).

Closes #624
2018-10-16 18:41:42 +01:00
69163d6e88 Merge pull request #670 from tillkruss/patch-1
Add "tel:" to whitelist
2018-10-14 21:48:40 +01:00