Class BackslashInlineParser

  • All Implemented Interfaces:
    InlineContentParser

    public class BackslashInlineParser
    extends java.lang.Object
    implements InlineContentParser
    Parse a backslash-escaped special character, adding either the escaped character, a hard line break (if the backslash is followed by a newline), or a literal backslash to the block's children.