MarkdownSyntaxFactory.UnorderedListItem
MarkdownSyntaxFactory.UnorderedListItem method
Creates a new instance of the ListItemSyntaxNode
class with unordered list item marker.
public ListItemSyntaxNode UnorderedListItem(String marker)
Parameter | Type | Description |
---|---|---|
marker | String | The unordered list item marker. |
Return Value
Created ListItemSyntaxNode
.
See Also
- class ListItemSyntaxNode
- class MarkdownSyntaxFactory
- package com.aspose.html.Toolkit.Markdown.Syntax
- package Aspose.HTML