Package org.commonmark.internal.inline
package org.commonmark.internal.inline
-
ClassDescriptionAttempt to parse an autolink (URL or email in pointy brackets).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.Attempt to parse backticks, returning either a backtick code span or a literal sequence of backticks.Attempts to parse a HTML entity or numeric character reference.Attempt to parse inline HTML.