Show / Hide Table of Contents

    Class MarkdownTextInlineRule

    Inheritance
    Object
    MarkdownTextInlineRule
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace:Microsoft.DocAsCode.MarkdownLite
    Assembly:Microsoft.DocAsCode.MarkdownLite.dll
    Syntax
    public class MarkdownTextInlineRule : IMarkdownRule

    Properties

    | Improve this Doc View Source

    Name

    Declaration
    public virtual string Name { get; }
    Property Value
    Type Description
    String
    Implements
    IMarkdownRule.Name
    | Improve this Doc View Source

    Text

    Declaration
    public virtual Regex Text { get; }
    Property Value
    Type Description
    Regex

    Methods

    | Improve this Doc View Source

    Smartypants(Options, String)

    Smartypants Transformations

    Declaration
    protected virtual string Smartypants(Options options, string text)
    Parameters
    Type Name Description
    Options options
    String text
    Returns
    Type Description
    String
    | Improve this Doc View Source

    TryMatch(IMarkdownParser, IMarkdownParsingContext)

    Declaration
    public virtual IMarkdownToken TryMatch(IMarkdownParser parser, IMarkdownParsingContext context)
    Parameters
    Type Name Description
    IMarkdownParser parser
    IMarkdownParsingContext context
    Returns
    Type Description
    IMarkdownToken
    Implements
    IMarkdownRule.TryMatch(IMarkdownParser, IMarkdownParsingContext)

    Extension Methods

    JsonUtility.ToJsonString(Formatting, JsonSerializer)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2015-2016 Microsoft
    Generated by DocFX