Class MD2TextConverter

java.lang.Object
org.nuxeo.ecm.core.convert.plugins.text.extractors.MD2TextConverter
All Implemented Interfaces:
Converter

public class MD2TextConverter extends Object implements Converter
Markdown to text converter.

It basically returns a StringBlob with the markdown text and the plain/text mime type.

Since:
5.6
Author:
Antoine Taillefer ([email protected])