jade4j
jade4j copied to clipboard
a pug implementation written in Java (formerly known as jade)
Bumps [gson](https://github.com/google/gson) from 2.5 to 2.8.9. Release notes Sourced from gson's releases. Gson 2.8.9 Make OSGi bundle's dependency on sun.misc optional (#1993). Deprecate Gson.excluder() exposing internal Excluder class (#1986). Prevent...
According to [Maven parallel test](https://www.baeldung.com/maven-junit-parallel-tests), we can run tests in parallel. ===================== If there are any inappropriate modifications in this PR, please give me a reply and I will change...
Bumps commons-io from 2.4 to 2.7. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
> - var lessons = ["jade","js"] if lessons if lessons.length>2 p more than 2: #{lessons.join(',')} else if lessons.length >1 p more than 1: #{lessons.join(',')} else p no1 lessons:#{lessons.length} else p...
Upgrade flexmark lib to latest version. Current Version has support java 8 and above. So this is for version 2
Add a simple server for prototyping. - -h or --help show simple help message - --port set port to run, or run on 4567 if not given - use current...
These commits change all structure of the project because is needed to create a new project to manage the installation of all dependencies and jade4j like a bundle. All changes...
add maven-site with markdown template use 'mvn site' to generate maven-site
It would be nice to be able to do this using Jade4J. http://timnew.me/blog/2014/05/26/use-jade-as-client-side-template-engine/