HTML
Summary
This configuration is used to specify the HTML tags that should be converted into Wiki markup (displayed on the issue) and how images are shown on the issue.
Configuration options
HTML Extraction Method
The extraction method that should be used for HTML content. Current options are:
No Formatting
Standard v1
Jericho (http://jericho.htmlparser.net) parser for a ‘formatted’ presentation
JSoup (http://jsoup.org) parser to extract text content, and list links
Standard v2
Hide HTML Links
When HTML mail is parsed, embedded links can be extracted and listed (Link <a> needs to be set to Summary). Check this option to hide that list.
Remove non-breaking spaces
Removes non-breaking spaces (< >) which can potentially be necessary for valid wiki markup conversion.
Link <a>
Defines how Links should be treated when processing an HTML email. The current options are:
No Links. Links are stripped and not shown.
Summary. Links are notarised and listed at the end of the content body.
Inline. Links are rendered as wiki-style links.
HTML Image Handling
Defines how images should be treated when processing an HTML email. Current options are:
None. images are treated as attachments only and not rendered inline.
See Attached. Images are attached and a reference ‘(See Attached)’ is left where the images were placed in the body.
Thumbnail. Images are attached and rendered as thumbnails within the body.
Full Size. Images are attached and rendered as full size within the body.
Use Provided Image Attributes
Use Width and Height attributes from the Image tag to render Images as shown in the browser. JEMH will use width and height values in the Style attribute, or the values from the width and height attributes directly. If no attributes found, default values from Rendered Image Attributes are used.
Only values for pixel count (px) e.g. (width="300") can be converted to markdown. Text and percentage values cannot be used. If attributes cannot be used, defaults will apply.
Rendered Image Attributes
When Images are rendered inline, attributes can be added, as per https://jira.atlassian.com/secure/WikiRendererHelpAction.jspa?section=images
Table Rendering
Controls whether HTML tables should be converted to Wiki Markup or not.
Heading Level
Select a level of HTML headings that should be converted to the wiki markup equivalent.
Horizontal Rule <hr>
Controls how HTMl horizontal rule should be converted into wiki markup. Current options are:
None - Will not be converted and not shown in the issue/comment
Line of hyphens - use hyphens as the horizontal rule.
With no extra whitespace - Converts the horizontal rule into wiki markup and will not include any extra whitespace between the horizontal rule and other content.
With extra whitespace - Converts the horizontal rule into wiki markup with extra whitespace between the horizontal rule and other content.
Pre-formatted <pre>
Conversion of HTML Pre-formatted element to wiki markup.
Block Quotation <blockquote>
Conversion of HTML Block Quotation {quote} element to wiki markup.
Code <code>
Conversion of HTML Code {code} element to wiki markup. Current options are:
None
Use noformat markup
Use Code markup
Use Code markup with a title
Text Colour
Conversion of HTML text colour element to wiki markup.
Subscript <sub>
Conversion of HTML Subscript element to wiki markup.
Superscript <sup>
Conversion of HTML Superscript element to wiki markup.
Bold <b>
Conversion of HTML Bold element to wiki markup.
Italic <i>
Conversion of HTML Italic element to wiki markup.
Underline <u>
Conversion of HTML Underline element to wiki markup.
Strikethrough <strike>
Conversion of HTML Strikethrough element to wiki markup.
Ordered List <ol>
Conversion of HTML Ordered List element to wiki markup.
Unordered List <ul>
Conversion of HTML Unordered List element to wiki markup.
Emphasis <em>
Conversion of HTML Emphasis element to wiki markup.
Citation <cite>
Conversion of HTML Citation element to wiki markup.
HTML Tag Newline Injection
Defines when new lines should be added after specific HTML Tags. Below is the current list of HTML Tags that can be configured:
Division <div>
Span <span>
Line Break <br>
Image <img>
Paragraph <p>
Table <table>