eleventy
eleventy copied to clipboard
Overriding `md` with addExtension still reports `(liquid)` on the command line output
Via https://starfallprojects.co.uk/blog/markdoc-eleventy/#enabling-markdoc
We don’t have a unique key or name for these addExtension when overrides are in place, so maybe just say (custom)?
Maybe even allow providing a name for your "engine" and it could fall back to "(custom)" or always be "(custom/{{configured_name}})". We could call that field simply "name" or "compilerName" or similar.
One additional question would be, wether or not to always mark a custom engine as (custom) even on newly defined extensions (like .clowd).
I would say so.
Fixed by #2481, shipping with 2.0.0-canary.19!
cc @StarfallProjects whose blog post inspired this one!