com.vladsch.flexmark.ext.typographic.TypographicVisitor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of flexmark-ext-typographic Show documentation
Show all versions of flexmark-ext-typographic Show documentation
flexmark-java extension for typographic
package com.vladsch.flexmark.ext.typographic;
public interface TypographicVisitor {
void visit(TypographicSmarts node);
void visit(TypographicQuotes node);
}