/gutenberg

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

Primary LanguageJavaMIT LicenseMIT

Pygments

  • How to use from java (through jython): here
  • Available lexers: here
  • Custom Formatter: here

Release

First check for snapshot dependencies:

    fgrep SNAPSHOT **/pom.xml

Maven Release Plugin: The Final Nail in the Coffin

    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