Skip to content

[Hold for Payment 13 August] Implement Hyperlink and Email link HTML to markdown conversion #4187

@Jag96

Description

@Jag96

If you haven’t already, check out our contributing guidelines for onboarding and email contributors@expensify.com to request to join our Slack channel!


Related to #3047, similar to Expensify/expensify-common#392. Email and link MD->HTML version can be found here

Action Performed:

Copied a hyperlink from slack to E.cash
image
image

Expected Result:

Rules of parsing would be as

  1. [html](www.google.com) When <a href="www.google.com">html</a> and you will see this type pf link as html.
  2. www.google.com when <a href="www.google.com">www.google.com</a> and you will see this type pf link as www.google.com.
  3. abc@gmail.com when <a href="abc@gmail.com">abc@gmail.com</a> and visible as abc@gmail.com.

Actual Result:

Message just pasted text

Platform:

Where is this issue occurring?

  • Web
  • Desktop App
  • Mobile Web

View all open jobs on Upwork

Metadata

Metadata

Labels

ExternalAdded to denote the issue can be worked on by a contributorWeeklyKSv2

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions