te a generic remark that converts to pure-Markdown spec. Remark remark = new Remark(); String cleanedUp = remark.convertFragment(inputString); // Create a remark that converts to pegdown with all extensions enabled. Remark pegdownAll = new Remark(Options.pegdownAllExtensions()); cleanedUp = pegdownAll.convert(new URL("http://www.example.com"), 15000); // stream the conversion pegdownAll.withStream(System.out).convert(new URL("http://www.overzealous.com"), 15000);
@author Phil DeJarnett
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.