cargo-specification icon indicating copy to clipboard operation
cargo-specification copied to clipboard

change templating system

Open mimoo opened this issue 3 years ago • 3 comments

right now we can't configure the placeholder syntax { thing } which collides with latex. It'd be good to change it to something like that <[ thing ]> perhaps (that wouldn't be correct latex, or correct anything I would think?)

https://djc.github.io/askama/configuration.html

mimoo avatar Mar 13 '22 19:03 mimoo

related https://github.com/mimoo/cargo-specification/issues/6

mimoo avatar Mar 15 '22 17:03 mimoo

could also <-- could also fork that project and replace { thing } with {{ thing }} and call it a day?

mimoo avatar Jul 15 '22 00:07 mimoo

I'd love to use cargo-spec. Unfortunately, the clash between the { thing } syntax and latex makes cargo-spec unusable for me at this moment. Is there a way I can help resolve the issue?

jan-ferdinand avatar Sep 26 '22 16:09 jan-ferdinand