MASTER_SITES= site1 \
site2
style continuation lines to be simple repeated
MASTER_SITES+= site1
MASTER_SITES+= site2
lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint
accordingly.
**Released on January 14th, 2016.**
* Issue 2: Added a manual page.
* Added support for a configuration file. The default is to load
`~/.config/markdown2social.conf` if it exists, and the path can be
overridden via the `--config_file` flag.
* Added support to specify a set of "replacements" to apply to the post
text after conversion. This is useful, for example, to automatically
turn bare references to external systems into links.
The markdown2social utility converts simple Markdown documents to Google+
posts ready to be shared on the social network. There is room for writing
output plugins for other target sites, but at the moment only Google+ is
supported.