An open API service indexing awesome lists of open source software.

https://github.com/arnauld/gutenberg

When PDF (itext) meets Markdown, Ditaa, and others
https://github.com/arnauld/gutenberg

Last synced: about 1 year ago
JSON representation

When PDF (itext) meets Markdown, Ditaa, and others

Awesome Lists containing this project

README

          

Pygments
--------

* How to use from java (through jython): [here](http://pygments.org/docs/java/)
* Available lexers: [here](http://pygments.org/docs/lexers/)
* Custom Formatter: [here](http://pygments.org/docs/formatterdevelopment/)

Release
-------

First check for **snapshot** dependencies:

```bash
fgrep SNAPSHOT **/pom.xml
```

[Maven Release Plugin: The Final Nail in the Coffin](http://axelfontaine.com/blog/final-nail.html)

```bash
mvn versions:set -DnewVersion=1.0.1
mvn clean deploy scm:tag -Psign-artifacts
git status
git add .
git commit -m "gutenberg 1.0.1"
mvn versions:set -DnewVersion=1.0.2-SNAPSHOT
git add .
git commit -m "gutenberg 1.0.2-snapshot"
git push
```