As mentioned in #82, by @thefranke, since we have the feed articles in Markdown, it would be an interesting idea to be able to export the articles to PDF and EPUB straight from bulletty. Pandoc can do that gracefully, except it natively supports only YAML, while our Markdown descriptors are in TOML, so some sort of conversion is necessary, or use of the external script mentioned in #82.
As mentioned in #82, by @thefranke, since we have the feed articles in Markdown, it would be an interesting idea to be able to export the articles to PDF and EPUB straight from bulletty. Pandoc can do that gracefully, except it natively supports only YAML, while our Markdown descriptors are in TOML, so some sort of conversion is necessary, or use of the external script mentioned in #82.