Package org.ctan.markup.markdown.syntax
Interface Highlighter
public interface Highlighter
This interface describes a class to highlight some characters acting as a
filter.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
render
(PushbackReader in, Writer out) This method renders from the input to the output.
-
Method Details
-
render
This method renders from the input to the output.- Parameters:
in
- the input readerout
- the target writer- Throws:
IOException
- in case of an I/O error
-