-
Notifications
You must be signed in to change notification settings - Fork 1
Markdown.Generator.Core.Elements
DmitryDmitriev edited this page Jun 10, 2021
·
2 revisions
Represents markdown code-block e.g ```csharp\nRandom string\n```\n
public class Markdown.Generator.Core.Elements.Code
: ElementBaseMethods
| Type | Name | Summary |
|---|---|---|
String |
Create() |
Represents markdown single-line code-block e.g `code`
public class Markdown.Generator.Core.Elements.CodeQuote
: ElementBaseMethods
| Type | Name | Summary |
|---|---|---|
String |
Create() |
public abstract class Markdown.Generator.Core.Elements.ElementBaseFields
| Type | Name | Summary |
|---|---|---|
StringBuilder |
Builder |
Methods
| Type | Name | Summary |
|---|---|---|
String |
Create() |
Represents markdown header e.g ## header\n
public class Markdown.Generator.Core.Elements.Header
: ElementBaseMethods
| Type | Name | Summary |
|---|---|---|
String |
Create() |
Represents markdown image e.g 
public class Markdown.Generator.Core.Elements.Image
: ElementBaseMethods
| Type | Name | Summary |
|---|---|---|
String |
Create() |
Represents markdown link e.g [title](url)
public class Markdown.Generator.Core.Elements.Link
: ElementBaseMethods
| Type | Name | Summary |
|---|---|---|
String |
Create() |
Represents markdown list item e.g - list\n
public class Markdown.Generator.Core.Elements.List
: ElementBaseMethods
| Type | Name | Summary |
|---|---|---|
String |
Create() |
public class Markdown.Generator.Core.Elements.NewLine
: ElementBaseMethods
| Type | Name | Summary |
|---|---|---|
String |
Create() |
public class Markdown.Generator.Core.Elements.Table
: ElementBaseMethods
| Type | Name | Summary |
|---|---|---|
String |
Create() |
public class Markdown.Generator.Core.Elements.Text
: ElementBaseMethods
| Type | Name | Summary |
|---|---|---|
String |
Create() |