present 0.2.3

Interpolate the standard output of arbitrary shell scripts into your markdown files
Documentation
1
2
3
4
#!/bin/bash

version=$(cat Cargo.toml | grep -E 'version\s*=\s*"[^"]+"' | sed '1!d')
echo $(echo "$version" | sed -E 's/[^"]+"([^"]+)"/present = "\1"/')