Statiq.Web
Statiq.Web copied to clipboard
Create a Split module
Takes input document content and splits it into multiple documents based on a delimiter.
Note that this could use the common delimiter splitting logic that's being moved to Wyam.Common in #395
For example, the following input content:
A
---
B
---
C
Would result in three output documents with the content "A", "B", and "C" respectively.