Feature request: pseudo server-side-includes ? #40
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I recently discovered BSSG and am impressed by it. After a brief scan of the source-code looking for this feature I even created a PR for an unrelated issue #39
What I'm looking for is a way to use multiple fragments to build a final page in the same way that web-server server-side includes (SSI) work.
Ideally some way to modify the input stream before the text is passed to the parser. I checked if
cmarkorpandocsupport this and they do not (pandoc has had an issue about this for 12 years: https://github.com/jgm/pandoc/issues/553 ).