Class BackslashInlineParser

java.lang.Object
org.commonmark.internal.inline.BackslashInlineParser
All Implemented Interfaces:
InlineContentParser

public class BackslashInlineParser extends 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.