| http://www.w3.org/ns/prov#value | - My usage examples:* put a link to article by given slug (depending if the article is a category or a page different styles may apply)* highlight code block in articles* insert a thumbnail of image given by relative path from media (with optional alt text, size, headline etc.)```[rk:syntax lang=bash]export WORKON_HOME=~/Envsmkdir -p $WORKON_HOMEsource /usr/local/bin/virtualenvwrapper.sh[/rk:synta
|