com.github.edgarespina.handlebars.MarkdownHelper Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of handlebars-markdown Show documentation
Show all versions of handlebars-markdown Show documentation
A Markdown Helper base on pegdown library
package com.github.edgarespina.handlebars;
import java.io.IOException;
import org.pegdown.PegDownProcessor;
/**
* A markdown helper.
*
* @author edgar.espina
* @since 0.1.0
*/
public class MarkdownHelper implements Helper