org.commonmark.ext.front.matter.YamlFrontMatterBlock Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of commonmark-ext-yaml-front-matter Show documentation
Show all versions of commonmark-ext-yaml-front-matter Show documentation
commonmark-java extension for YAML front matter
package org.commonmark.ext.front.matter;
import org.commonmark.node.CustomBlock;
public class YamlFrontMatterBlock extends CustomBlock {
}