This repository has been archived by the owner on Oct 17, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
Home
mattt edited this page Feb 24, 2021
·
10 revisions
- BlockQuote: A block quote.
- CodeBlock: A code block.
- HTMLBlock: An HTML block.
- Heading: A heading.
- List: A list.
- List.Kind
- List.Delimiter
- List.Item
- Paragraph: A paragraph.
- ThematicBreak: A thematic break.
- Document: A CommonMark document.
- Document.ParsingOptions: Options for parsing CommonMark text.
- Document.Position: A position within a document.
- Document.Error: An error when creating a document.
- Code: A code span.
- Emphasis: An emphasis span.
- HardLineBreak: A hard line break.
- Image: An image.
- Link: A link.
- RawHTML: Raw HTML.
- SoftLineBreak: A soft line break.
- Strong: A strong emphasis span.
- Text: Textual content.
- Node: A CommonMark node.
- Node.RenderingFormat: Formats for rendering a document.
- Node.RenderingOptions: Options for rendering a CommonMark document.
- VisitorContinueKind
- CommonMarkBuilder
- ForEach
- Fragment
- Section
- StringBuilder
- Block: A block structure element.
- ContainerBlock: A block that can contain other blocks.
- LeafBlock: A block that can only contain inline elements.
- ContainerOfBlocks
- ContainerOfInlineElements
- Inline: An inline content element.
- LineBreak: A line break element.
- Linked
- Literal: An element with literal contents.
- Visitable
- Visitor: Visitor for walking a visitable structure.
- BlockConvertible
- InlineConvertible
- ListItemConvertible
- Version: A version number.
- version: The version of CommonMark used by this package.
Generated at 2021-03-03T19:19:22+0000 using swift-doc 1.0.0-beta.5.
Types
- BlockQuote
- Code
- CodeBlock
- CommonMarkBuilder
- Document
- Document.Error
- Document.ParsingOptions
- Document.Position
- Emphasis
- ForEach
- Fragment
- HTMLBlock
- HardLineBreak
- Heading
- Image
- Link
- List
- List.Delimiter
- List.Item
- List.Kind
- Node
- Node.RenderingFormat
- Node.RenderingOptions
- Paragraph
- RawHTML
- Section
- SoftLineBreak
- StringBuilder
- Strong
- Text
- ThematicBreak
- VisitorContinueKind