Base class for list elements (ordered and unordered).
Documents.Markdown.BlockContainer.Add
Documents.Markdown.BlockContainer.Replace
Documents.Markdown.BlockContainer.Remove
Documents.Markdown.BlockContainer.NextSibling
Documents.Markdown.BlockContainer.Children
Documents.Markdown.BlockContainer.LastChild
Documents.Markdown.BlockContainer.FirstChild
Namespace: Radzen.Documents.Markdown
Assembly: Radzen.Blazor.dll
public abstract class List : Documents.Markdown.BlockContainer, Documents.Markdown.INodeGets or sets the list marker.
public char Marker { get; set; }
| Type | Description |
|---|---|
| char | Gets or sets the list marker. |
Gets or sets a value indicating whether the list is tight. Tight lists have no space between their items.
public bool Tight { get; set; }
| Type | Description |
|---|---|
| bool | Gets or sets a value indicating whether the list is tight. Tight lists have no space between their items. |
public override bool CanContain(Documents.Markdown.Block node)
| Type | Name | Description |
|---|---|---|
| Documents.Markdown.Block | node |
| Type | Description |
|---|---|
| bool |