https://github.com/lnsp/md-to-html
Fast-paced Markdown to HTML parser written in Java.
https://github.com/lnsp/md-to-html
Last synced: 12 months ago
JSON representation
Fast-paced Markdown to HTML parser written in Java.
- Host: GitHub
- URL: https://github.com/lnsp/md-to-html
- Owner: lnsp
- License: apache-2.0
- Created: 2014-10-01T16:44:02.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-02T12:43:57.000Z (over 11 years ago)
- Last Synced: 2025-04-05T19:19:06.948Z (about 1 year ago)
- Language: Java
- Size: 145 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
MarkHTML
========
Fast-paced Markdown to HTML converter written in Java.
### Progress
* Paragraphs ✓
* Formatting ✓
* Hyperlinks ✓
* Headings ✓
* Linebreaks ✓
* (Un)ordered lists
* Multi-line code
* Images
* Indented lists
* Automatic hyperlink parsing
### Running MarkHTML
`markhtml [source] [destination]`
### Using MarkHTML as a parser
If you want to use MarkHTML just as a parser, then do it. The tree-structure of the elements should be easy to use for any structured markup language. When you know, which language you want to implement, just call `Context.parse(source)` and let me see the results.
[The license](LICENSE.TXT) | [My homepage](https://mooxmirror.github.io)