Format Section (legacy documentation)
Incomplete Article
This page is still under construction! Therefore may be incomplete.
This section of the Project mapping allows user to define the default HTML conversion rules of the inbound mail content. JEMHC converts HTML into a less feature rich 'wiki markup', this supports some translation of HTML features like headings, basic tables, but does not have the 'deep' compatibility for example nested tables or background/ text colour options. This is a limitation of wiki markup content. JEMHC can attach the raw HTML of the content as an attachment if required.
Setting | Options |
---|---|
Html Converter Typelook at server and the Rich Formatting section tomorrow |
|
Whitespace Settings For Tag Conversion
Info
If there is no white space between a text element and Table then the text will be added to the table as a data cell. The work around for this is to use Before and After option for white space settings.
Setting | Options |
---|---|
Table |
|
Div | |
Paragraph | |
Span | |
Image | |
Break |
Rich Formatting
Setting | Options |
---|---|
Table (TABLE) |
|
Link (A) |
|
Blockquote (BLOCKQUOTE) |
|
Code (CODE) |
|
Heading Level (H1, H2, etc) |
|
Ordered List (OL) |
|
Unordered List (UL) | |
Horizontal Rule (HR) |
|
Image (IMG) | Right now all Full-size and thumbnail all seem to do the same thing
|
Image Attributes | HTML Attributes that are specific to to the IMG tag as per: https://www.w3schools.com/tags/tag_img.asp |
Text Formatting
If there is no white space between a tag and another text element then the tag result will be output as text without rendering desired outcome.
For example: <b>text</b> will output \* text \* instead of text.
Setting | Options |
---|---|
Superscript(SUP) |
|
Subscript(SUB) | |
Bold(B) | |
Italic(I) | |
Underline (U): | |
Strike (STRIKE): |