zola/components/rendering
Nathanael Lane a210abc5a3 Add shortcode 'invocation' variable to allow a shortcode to track how… (#1236)
* add shortcode 'invocation' variable to allow a shortcode to track how many times it has been invoked in a given Markdown file

* use closure (implicit struct) instead of explicit struct for invocation tracking

* update variable name to "nth"
2020-12-14 20:43:32 +01:00
..
benches Move markdown config to its own section in config.toml 2020-12-14 20:43:31 +01:00
src Add shortcode 'invocation' variable to allow a shortcode to track how… (#1236) 2020-12-14 20:43:32 +01:00
tests Add shortcode 'invocation' variable to allow a shortcode to track how… (#1236) 2020-12-14 20:43:32 +01:00
Cargo.toml Implemented emoji aliases support in markdown files (#1194) 2020-12-14 20:43:31 +01:00