bytechef icon indicating copy to clipboard operation
bytechef copied to clipboard

TextHelper - HTML to Markdown action

Open monikakuster opened this issue 1 year ago • 3 comments

Implement HTML to Markdown action for Text Helper component.

The HTML to Markdown action converts HTML content into Markdown format.

Example: HTML Input:

  <h1>Title</h1>
  <p>This is a <strong>paragraph</strong> with a <a href="https://example.com">link</a>.</p>
  <ul>
    <li>Item 1</li>
    <li>Item 2</li>
  </ul>

Markdown output:

  # Title

  This is a **paragraph** with a [link](https://example.com).

  - Item 1
  - Item 2

monikakuster avatar Oct 01 '24 09:10 monikakuster

hello there, @monikakuster i can work on this assign me the task also show me the complete path where to make file and all.

Brijeshthummar02 avatar Oct 01 '24 16:10 Brijeshthummar02

@Brijeshthummar02, please read our CONTRIBUTING.md, especially this part.

New actions should be implemented inside this directory. Actions that are already implemented for the TextHelper component may be helpful.

monikakuster avatar Oct 01 '24 19:10 monikakuster

Hey @Brijeshthummar02 .

Here is the detailed description of the structure of every component.

And finally, to test your action, here is the guide.

monikakuster avatar Oct 03 '24 09:10 monikakuster

@Brijeshthummar02 any updates?

monikakuster avatar Nov 15 '24 11:11 monikakuster