| atx_heading | Creates AtxHeadingSyntaxNode with text content. |
| atx_heading | Creates AtxHeadingSyntaxNode with text content and heading level. |
| atx_heading | Creates AtxHeadingSyntaxNode. |
| html_fragment | Creates HTMLFragmentSyntax. |
| html_fragment | Creates HTMLFragmentSyntax. |
| auto_link | Creates AutoLinkSyntaxNode. |
| auto_link | Creates AutoLinkSyntaxNode. |
| token | Creates MarkdownSyntaxToken. |
| token | Creates MarkdownSyntaxToken. |
| text | Creates TextSyntax |
| text | Create the TextSyntax from SourceText. |
| text | Create the TextSyntax from SourceText and TextSpan. |
| escaped_character | Creates TextSyntaxNode. |
| escaped_character | Creates TextSyntaxNode. |
| whitespace | Create the WhitespaceSyntax. |
| whitespace | Create the WhitespaceSyntax. |
| whitespace | Create the WhitespaceSyntax. |
| whitespace | Creates WhitespaceSyntaxNode. |
| code_span | Creates the CodeSpanSyntaxNode with the specified number of backticks. |
| code_span | Creates the CodeSpanSyntaxNode. |
| code_span | Creates CodeSpanSyntaxNode. |
| link_title | Creates LinkTitleSyntaxNode. |
| link_title | Creates LinkTitleSyntaxNode. |
| link_title | Creates LinkTitleSyntaxNode object from a string. |
| link_destination | Creates LinkDestinationSyntaxNode. |
| link_destination | Creates LinkDestinationSyntaxNode. |
| link_destination | Creates LinkDestinationSyntaxNode object from a string. |
| fenced_code_block | Creates FencedCodeBlockSyntaxNode. |
| fenced_code_block | Creates FencedCodeBlockSyntaxNode. |
| emphasis | Create the EmphasisSyntax. |
| emphasis | Creates EmphasisSyntaxNode. |
| indented_code | Creates IndentedCodeBlockSyntaxNode. |
| indented_code | Creates IndentedCodeBlockSyntaxNode. |
| inline_image | Creates InlineImageSyntaxNode. |
| inline_image | Creates InlineImageSyntaxNode. |
| inline_link | Creates InlineLinkSyntaxNode. |
| inline_link | Creates InlineLink. |
| list_item_marker | Creates ListItemMarker. |
| list_item_marker | Creates ListItemMarker. |
| inline_proxy | Creates InlineProxy. |
| block_proxy | Creates BlockProxy. |
| hugo_yaml_based_front_matter | Creates HugoYamlBasedFrontMatterSyntaxNode. |
| hugo_short_code | Creates HugoShortCodeSyntaxNode. |
| hugo_short_code_parameter | Creates ShortCodeParameterSyntaxNode. |
| empty_line | Creates EmptyLineSyntaxNode. |
| reference_link | Creates ReferenceLinkSyntaxNode. |
| inline_container | Creates InlineContainerSyntaxNode. |
| link_label | Creates link label from a string. |
| emphasis_opening | Create the MarkdownSyntaxToken. |
| emphasis_closing | Create EmphasisClosing. |
| hard_breaking_tag | Create HardBreakingTag. |
| reference_image | Creates ReferenceImageSyntaxNode. |
| block_quote | Creates BlockQuoteSyntaxNode. |
| link_reference_definition | Creates LinkReferenceDefinitionSyntaxNode. |
| paragraph | Creates ParagraphSyntaxNode. |
| setext_heading | Creates SetextHeadingSyntaxNode. |
| ordered_list | Creates OrderedListSyntaxNode. |
| table_cell | Creates TableCellSyntaxNode. |
| table_delimiter | Creates TableDelimiterSyntaxNode. |
| table_row | Creates TableRowSyntaxNode. |
| list_item | Creates ListItemSyntaxNode. |
| unordered_list_item | Creates a new instance of the ListItemSyntaxNode class with unordered list item marker. |
| ordered_list_item | Creates a new instance of the ListItemSyntaxNode class with ordered list item marker. |
| unordered_list | Creates UnorderedListSyntaxNode. |
| soft_break | Creates SoftBreakSyntaxNode. |
| table | Creates TableSyntaxNode. |
| thematic_break | Creates ThematicBreakSyntaxNode. |
| hard_break | Creates HardBreakSyntaxNode. |
| character_reference | Creates WhitespaceSyntaxNode. |
| trivia | Creates Whitespace. |
| new_line_trivia | Creates NewLineTrivia. |
| task_list_item_marker | Creates TaskListItemMarker. |
| task_list_item | Creates TaskListItemSyntaxNode. |