|
117912c373
|
Substr over indexing string
|
2019-04-07 16:38:12 +01:00 |
|
|
49dd8b113d
|
Make sure closing sequence is removed correctly
|
2019-04-07 16:38:10 +01:00 |
|
|
d6f526d80f
|
Return state after block parse instead of mutating the instance copy
|
2019-04-07 16:38:06 +01:00 |
|
|
d733c262c2
|
Cleanup logical operators
|
2019-04-07 16:38:06 +01:00 |
|
|
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 |
|
|
eb90905d27
|
Default value is intrinsic to a configurable, we can just always
retrieve that.
|
2019-04-07 16:38:04 +01:00 |
|
|
00821bd072
|
Don't remove right #'s too early (before dealing with whitesapce)
|
2019-04-07 16:38:03 +01:00 |
|
|
b8cdc6e9a5
|
Remove closing # sequence from header
|
2019-04-07 16:38:03 +01:00 |
|
|
67231cbae1
|
Tabs are allowed after header delimiter
|
2019-04-07 16:38:03 +01:00 |
|
|
81a2050608
|
Headers can't start with more than three spaces
|
2019-04-07 16:38:03 +01:00 |
|
|
3d41f270c2
|
Better name for testing safe mode and strict mode state
Add a nice named constructor
|
2019-04-07 16:38:03 +01:00 |
|
|
c9388cb5c2
|
Make use of line name instead of lineElements
|
2019-04-07 16:38:01 +01:00 |
|
|
07c2566042
|
Implement Header
|
2019-04-07 16:37:54 +01:00 |
|