present
present copied to clipboard
A script interpolation engine for markdown documents
Let the following be the content of a file called `foo.md` ```` 🏗️ ```present echo foo ``` ```` running `present foo.md` will give `error: Program ech failed to execute with...
Have --check spit out a diff with a nonzero exit code if the document isn't up to date, could be useful for ci workflows
Try out https://github.com/orhun/git-cliff maybe
If a language tag is present, we currently won't end up going anything, i.e this test will fail: ```rust #[test] fn language_specific_formatting() -> Result { Test::new()? .markdown( r#" ```rust present...