rjeschke / txtmark

Yet another markdown processor for the JVM
Apache License 2.0
449 stars 100 forks source link

Adding a concept of "markdown document" (like XML DOM) and document processors #41

Open trygvis opened 9 years ago

trygvis commented 9 years ago

This is mainly a suggestion on how one can implement a document model for markdown. This is useful for very custom HTML generation, implementing manipulation of the markdown document (like adding a TOC) or as a basis for adding plugins.