Base class for list elements (ordered and unordered).
Object
Namespace: Radzen.Blazor.Markdown
Assembly: Radzen.Blazor.dll
public abstract class List : Markdown.BlockContainer, 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(Markdown.Block node)
| Type | Name | Description |
|---|---|---|
| Markdown.Block | node |
| Type | Description |
|---|---|
| bool |