Closed
Description
I just wrote a command line .phar version of parsedown: https://github.com/scottchiefbaker/MarkdownCLI
It would be awesome to output the version of the Parsedown library that was used to build the .phar. If there was a php function parsedown_version()
, I could include that version in my usage()
output.