|
f4cb8e1688
|
Adding benchmark for transformation module.
|
2013-11-01 09:59:57 -07:00 |
|
|
689cda1740
|
Code cleanup
|
2013-10-08 18:40:41 +02:00 |
|
|
80009b427f
|
Change the order of Apply to be more Unixy
Typically the destination is on the left and the src is on the right.
|
2013-10-08 18:37:50 +02:00 |
|
|
5a66fa3954
|
Chain transformers and test cases
Transformers can now be chained together, working on the output of the
previous run.
|
2013-10-08 18:37:50 +02:00 |
|
|
f0211b84a1
|
Rename Transform to AbsURL
|
2013-10-08 18:37:49 +02:00 |
|
|
d8e1834910
|
Fix parsing edge case of frontmatter
When the frontmatter contains a - (or other delimiter) close to the
closing frontmatter delimiter, frontmatter detection would fail.
|
2013-09-18 09:15:46 -07:00 |
|
|
c6fe87b14e
|
Add a transform step
This allows for the manipulation of the DOM. This is expected to be
applied after the templates are rendered.
|
2013-09-17 13:04:28 -07:00 |
|