net.multiphasicapps.markdownwriter.MarkdownWriter

This is a class which writes markdown formatted text to the specified {@link Appendable} which may be any implentation of one. This handle all of the standard formatting details that markdown supports. This writer supports closing and flushing, however those operations will only be performed on the wrapped {@link Appendable} if those also implement such things. This class is not thread safe.