Changes
Page history
add templating engine
authored
Apr 27, 2021
by
anarcat
Hide whitespace changes
Inline
Side-by-side
service/documentation.md
View page @
81d4c553
...
@@ -430,6 +430,9 @@ To do a more complete comparison between templates and instances, I
...
@@ -430,6 +430,9 @@ To do a more complete comparison between templates and instances, I
suspect I will have to roll my own, maybe something like
[
mdsaw
](
https://gitlab.com/hydrargyrum/mdsaw
)
suspect I will have to roll my own, maybe something like
[
mdsaw
](
https://gitlab.com/hydrargyrum/mdsaw
)
but using a real parse tree.
but using a real parse tree.
Note that there's also
[
emd
](
https://mh-cbon.github.io/emd/
)
which is a "Markdown template
processor", which could prove useful here (untested).
See also
[
scaraplate
](
https://scaraplate.readthedocs.io/
)
and
[
cookiecutter
](
https://cookiecutter.readthedocs.io/
)
.
See also
[
scaraplate
](
https://scaraplate.readthedocs.io/
)
and
[
cookiecutter
](
https://cookiecutter.readthedocs.io/
)
.
## Goals
## Goals
...
...
...
...