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

9 Commits

Author SHA1 Message Date
Aidan Woods
3c0b528d54
Constructor shouldn't be part of public API 2019-04-07 16:38:18 +01:00
Aidan Woods
2b79d599fb
Require State to build and advance blocks 2019-04-07 16:38:15 +01:00
Aidan Woods
36fac49ed8
Remove redundant checks
These don't appear to have a measurable positive impact on performance.
2019-04-07 16:38:15 +01:00
Aidan Woods
a681cf631c
Acquisition capable blocks as an interface 2019-04-07 16:38:15 +01:00
Aidan Woods
d733c262c2
Cleanup logical operators 2019-04-07 16:38:06 +01:00
Aidan Woods
11da347aa1
We don't need to pass a Parsedown instance down
Since Parsedown is instancible from State, we only
need to carry that down.
2019-04-07 16:38:05 +01:00
Aidan Woods
eb90905d27
Default value is intrinsic to a configurable, we can just always
retrieve that.
2019-04-07 16:38:04 +01:00
Aidan Woods
f8003dcded
Remove debug lines 2019-04-07 16:37:59 +01:00
Aidan Woods
0c730e0dc5
Implement Reference 2019-04-07 16:37:55 +01:00