Package com.overzealous.remark.convert

Examples of com.overzealous.remark.convert.DocumentConverter


      // we need to allow the table nodes to be ignored
      // since they are automatically ignored recursively, this is the only node we worry about.
      options.getIgnoredHtmlElements().add(IgnoredHtmlElement.create("table"));
    }

    converter = new DocumentConverter(options);
  }
View Full Code Here

TOP

Related Classes of com.overzealous.remark.convert.DocumentConverter

Copyright © 2018 www.massapicom. All rights reserved.
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.