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

info.bliki.wiki.tags.code.SourceCodeFormatter Maven / Gradle / Ivy

The newest version!
package info.bliki.wiki.tags.code;

/**
 * Displays source code with syntax highlighting
 *
 */
public interface SourceCodeFormatter {
    /**
     * Convert the given content string to HTML synatx highlighted
     * string.
     *
     * @param content
     * @return
     */
    public String filter(String content);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy