0.0
No commit activity in last 3 years
No release in over 3 years
Use pandoc to easily publish in different formats
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

= 0.10.3
= 3.3.0
= 3.2.0
= 0.10.0

Runtime

= 0.2.0
= 10.4.2
>= 0.0.5
>= 0.19.1
 Project Readme

Publication

The purpose of the publication gem is to make it easy to 'write once, read anywhere'.

Publication is an opinionated workflow wrapper around pandoc for documents written in pandoc-flavored markdown.

Easily publish to multiple targets

There are plenty of competing standards for markup and documentation.

Luckily, pandoc works with a variety of popular targets:

  • html
  • pdf
  • epub
  • latex

Using this gem, you can maintain a single set of content that isn't coupled to any particular publication target.

Usage

gem install publication
publication init
...
# Write your docs here
...
publication publish

For complete usage, see

publication help