All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.vladsch.flexmark.ext.typographic.TypographicVisitor Maven / Gradle / Ivy

There is a newer version: 0.64.8
Show newest version
package com.vladsch.flexmark.ext.typographic;

public interface TypographicVisitor {
    void visit(TypographicSmarts node);
    void visit(TypographicQuotes node);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy