![JAR search and dependency download from the Maven repository](/logo.png)
com.vladsch.flexmark.parser.block.AbstractBlockParserFactory Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of flexmark Show documentation
Show all versions of flexmark Show documentation
Core of flexmark-java (implementation of CommonMark for parsing markdown and rendering to HTML)
package com.vladsch.flexmark.parser.block;
import com.vladsch.flexmark.util.data.DataHolder;
public abstract class AbstractBlockParserFactory implements BlockParserFactory {
public AbstractBlockParserFactory(DataHolder options) {
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy