
org.commonmark.internal.inline.AsteriskDelimiterProcessor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of commonmark Show documentation
Show all versions of commonmark Show documentation
Core of commonmark-java (implementation of CommonMark for parsing markdown and rendering to HTML)
package org.commonmark.internal.inline;
public class AsteriskDelimiterProcessor extends EmphasisDelimiterProcessor {
public AsteriskDelimiterProcessor() {
super('*');
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy