API Reference

Class

AbbreviationInline

Namespace OfficeIMO.Markdown
Assembly OfficeIMO.Markdown
Modifiers sealed

Abbreviation inline rendered as an HTML <abbr> element.

Inheritance

Constructors

public AbbreviationInline(String text, String title) #

Creates an abbreviation inline.

Parameters

text System.String requiredposition: 0
title System.String requiredposition: 1

Properties

public String Text { get; } #

Visible abbreviation text.

public String Title { get; } #

Expanded title shown by HTML renderers.

public Nullable<MarkdownSourceSpan> TextSourceSpan { get; set; } #

Source span for the visible abbreviation text when parsed from markdown.

public Nullable<MarkdownSourceSpan> TitleSourceSpan { get; set; } #

Source span for the abbreviation definition title used by this inline.