File | Date | Author | Commit |
---|---|---|---|
.github | 2021-05-20 |
![]() |
[1abc19] initial commit |
.mvn | 2021-05-21 |
![]() |
[7513ee] add missing .mvn needed for mvnw |
src | 2021-05-21 |
![]() |
[569a68] added print |
web | 2021-05-20 |
![]() |
[1abc19] initial commit |
.gitignore | 2021-05-20 |
![]() |
[1abc19] initial commit |
LICENSE.txt | 2021-05-21 |
![]() |
[97fbd9] update README.md |
README.md | 2021-05-22 |
![]() |
[31e5ff] update README.md |
mvnw | 2021-05-20 |
![]() |
[1abc19] initial commit |
mvnw.cmd | 2021-05-20 |
![]() |
[1abc19] initial commit |
pom.xml | 2021-05-20 |
![]() |
[1abc19] initial commit |
This is a Markdown viewer for java. Primarily it tries to display github styled markdown scripts.
Download the release jar file and run
java -jar jmdviewer-x.y.jar
where x.y is the version number. You can pass the markdown filename on the command line
java -jar jmdviewer-x.y.jar [filename.md]
In linux/osx/un*x:
mvnw clean package
in windows:
mvnw.cmd clean package
The built jar file is in the target folder.
Java >= 1.8
This application is licensed under MIT license:
Copyright (c) 2021 Andrew Goh
Various sub-license for Commonmark-java and resources used is
appended in LICENSE.txt
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
github repository:
https://github.com/ag88/jmdviewer
Developing this has taken quite some effort mainly in getting it to work and rather extensive tests. if you use this app and found it useful, i'd really appreciate it if you could support my efforts .
you could also help simply starring this repository ;)