summaryrefslogtreecommitdiffstats
path: root/examples
AgeCommit message (Expand)Author
2022-12-14upgrade clap to 4.0David
2022-09-24Add test code to show preprocessor developers what the interface data looks l...Noritada Kobayashi
2022-03-28refactor: Move from deprecated SubCommandEd Page
2022-03-28refactor: Move from deprecated Arg::with_nameEd Page
2022-03-28chore: Upgrade to clap3Ed Page
2021-08-24Appease ClippyKlim Tsoutsman
2021-04-26use semver to validate versionjosh rotenberg
2020-05-20Update dependencies. (#1211)Eric Huss
2019-06-11Update to pulldown-cmark 0.5. (#898)Eric Huss
2019-05-25Transition to 2018 edition (#933)lzutao
2019-05-06Fix most of clippy warnings (#914)lzutao
2018-12-04Suppress dead_code warning in testBas Bossink
2018-12-04Run rustfmt.Bas Bossink
2018-09-25Rewrote a large proportion of the Preprocessor docs to be up-to-dateMichael Bryan
2018-09-16Fleshed out the api docsMichael Bryan
2018-09-16The example preprocessor worksMichael Bryan
2018-09-16We can shell out to the preprocessorMichael Bryan
2018-09-16The example can now tell mdbook if renderers are supportedMichael Bryan
2018-09-16Started working on a custom preprocessorMichael Bryan
2018-09-10Configurable preprocessor (#658)Michael Bryan
2018-07-23Run rustfmtMatt Ickstadt
2018-02-24Add complete preprocessor example (#629)Sebastian Thiel