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

20 Commits

Author SHA1 Message Date
Aidan Woods
7c7d581601
Error level 1 instead of totallyTyped
Seems this is now the equivalent and sanctioned way to do this.
2022-05-21 22:31:09 +01:00
Aidan Woods
ca16d7573d
Fix psalm errors 2021-10-11 19:23:44 +01:00
Aidan Woods
5a12d4245f
Allow unused class in tests 2019-06-16 21:35:13 +01:00
Aidan Woods
4fb6ac31a5
Improve tests 2019-04-07 16:38:18 +01:00
Aidan Woods
d8d483bd6a
Add some component level tests 2019-04-07 16:38:17 +01:00
Aidan Woods
658129d847
Suppress instead of writing super verbose tests 2019-04-07 16:38:17 +01:00
Aidan Woods
dbe37bcb0e
Type check tests 2019-04-07 16:38:16 +01:00
Aidan Woods
cef5b16ae0
Update excludes 2019-04-07 16:38:16 +01:00
Aidan Woods
63a97a926b
Remove leftover hackyness 2019-04-07 16:38:12 +01:00
Aidan Woods
4dee1e9a55
Add convenience instance-based initialisers 2019-04-07 16:38:11 +01:00
Aidan Woods
2e0ad27c5e
CommonMark escapes double-quotes 2019-04-07 16:38:08 +01:00
Aidan Woods
48c0c34470
Caching for initial configurable values removes need to seed state 2019-04-07 16:38:07 +01:00
Aidan Woods
b89bd0e3c2
Add breaks configurable 2019-04-07 16:38:05 +01:00
Aidan Woods
8fe93f30ac
Add easy way to remove Components from InlineTyes and BlockTypes 2019-04-07 16:38:05 +01:00
Aidan Woods
fce4633ff9
Inlines and Blocks as Configurables 2019-04-07 16:38:04 +01:00
Aidan Woods
1fd2e14b72
Add hard and soft breaks 2019-04-07 16:38:04 +01:00
Aidan Woods
3d41f270c2
Better name for testing safe mode and strict mode state
Add a nice named constructor
2019-04-07 16:38:03 +01:00
Aidan Woods
2cfd05a00e
Test for dead code in travis 2019-04-07 16:38:01 +01:00
Aidan Woods
f420fad41f
Remove ignore statement for core class :) 2019-04-07 16:37:59 +01:00
Aidan Woods
57b86b3fc4
Use psalm for static analysis
Don't check the main Parsedown file just yet
2019-04-07 16:37:50 +01:00