Project

General

Profile

Actions

Defect #31695

closed

Convert HTML links to Textile/Markdown links when creating an issue from an email

Added by Yuichi HARADA almost 5 years ago. Updated over 4 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Email receiving
Target version:
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Fixed
Affected version:

Description

When creating an issue from HTML format email, the href attribute of the A tag disappears, and only the string is acquired.

[Input]

foo<a href="http://example.com/">bar</a>baz

[Expected]

foo "bar":http://example.com/ baz

[Actual]

foobarbaz


Files

fixed-31695.patch (4.05 KB) fixed-31695.patch Yuichi HARADA, 2019-07-08 10:34
tests_for_a_elements_without_href.patch (1.75 KB) tests_for_a_elements_without_href.patch Marius BĂLTEANU, 2019-11-04 21:10
fix_for_links_without_href.patch (1.97 KB) fix_for_links_without_href.patch Marius BĂLTEANU, 2019-11-04 21:11
Actions

Also available in: Atom PDF