A literal inline.
[DebuggerDisplay("{Content}")]
public class LiteralInline : LeafInline, IInline, IMarkdownObject
kind:method, kind:property, kind:ctor. Press Esc to clear.LiteralInline()Initializes a new instance of the LiteralInline class.LiteralInline(StringSlice)Initializes a new instance of the LiteralInline class.LiteralInline(String)Initializes a new instance of the LiteralInline class.ContentThe content as a StringSlice.IsFirstCharacterEscapedA boolean indicating whether the first character of this literal is escaped by `\`.ToString()Performs the to string operation.