A Java program to convert Markdown to HTML
- Parse different levels of headings
- Parse bolds, italics, and bold+italics (multiple tags)
- Parse nested bolds and nested italics
- Parse strikethroughs
- Parse code lines
- Parse links
- Parse images
- Ensure that Java 21 is installed
- Run
md-2.jar - Alternatively, in the command line, run
java -jar md-2.jar