Skip to content

ddurette/gutenberg

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 95.7%
  • CSS 4.3%