Value | Description |
---|---|
None | No markdown indentation will be created in the output. |
n | ePublisher will determine how many levels to create for this paragraph using the value n (1 or higher) as the preferred indentation level. Used in conjunction with paragraphs that use Unordered List, Ordered List, or Blockquote syntax. Note: ePublisher will not indent the paragraph by more levels than the previous level plus one. This will prevent invalid markdown structure from being generated. |
Value | Description |
---|---|
Auto-Detect | Most often will set your paragraph to use no syntax (None). However, in cases where the paragraph is clearly a heading, then it will set to a Heading 1 through Heading 6 syntax. It can also detect Ordered List and Undordered List. And can sometimes deted when to use Code Fence. Note: It is recommended to not rely on this property value for your production work. Use the None value if your not sure what syntax to use. |
Title 1 | Highest level heading structure.
|
Title 2 | Alternate heading structure for: Title 1
|
Heading 1 | Most common heading for starting topics.
|
Heading 2 | Heading structure with varying level of significant from 2 down to 6.
|
Heading 3 | Heading structure with varying level of significant from 2 down to 6.
|
Heading 4 | Heading structure with varying level of significant from 2 down to 6.
|
Heading 5 | Heading structure with varying level of significant from 2 down to 6.
|
Heading 6 | Heading structure with varying level of significant from 2 down to 6.
|
Unordered List | Used for bulleted list paragraphs. Use in conjunction with the Indentation Level property.
|
Ordered List | Used for numbered list paragraphs. Use in conjunction with the Indentation Level property.
|
Blockquote | Used for paragraphs that are offset or discontinuous from the current flow of paragraphs. Use in conjunction with the Indentation Level property.
|
Code Fence | Used to create a paragraph with code syntax. Useful for blocks of text that need to embed special characters and fixed width character spacing.
|
None | Creates a paragraph without any syntax which most commonly represents normal or body content. Will create an empty line between consecutive paragraphs.
|