Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TextHelper - Markdown to HTML Action #1525

Closed
Tracked by #1456
monikakuster opened this issue Oct 1, 2024 · 4 comments · Fixed by #1820
Closed
Tracked by #1456

TextHelper - Markdown to HTML Action #1525

monikakuster opened this issue Oct 1, 2024 · 4 comments · Fixed by #1820
Assignees
Labels
backend Concerning any and all backend issues good first issue Good for newcomers hacktoberfest workflow-component New backend component request

Comments

@monikakuster
Copy link
Collaborator

monikakuster commented Oct 1, 2024

Implement Markdown to HTMl action for Text Helper component.

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

Example:

Markdown input:

  # Title

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

  - Item 1
  - Item 2

HTML ouput:

  <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>
@monikakuster monikakuster added good first issue Good for newcomers workflow-component New backend component request backend Concerning any and all backend issues hacktoberfest labels Oct 1, 2024
@monikakuster monikakuster changed the title Markdown to HTML Markdown to HTML Action Oct 1, 2024
@monikakuster monikakuster changed the title Markdown to HTML Action TextHelper - Markdown to HTML Action Oct 1, 2024
@rafabelts
Copy link

Hi, I would like to work in the issue!

@monikakuster
Copy link
Collaborator Author

Hey @rafabelts , welcome to Bytechef. :)

Please start with our CONTRIBUTING.md guide.

This part describes how to create new component or how to add new action or trigger to existing one.

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

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

@rafabelts
Copy link

rafabelts commented Oct 28, 2024

Hi @monikakuster!, I'm still working on the action, been a bit busy lately, sorry for the delay.

@monikakuster
Copy link
Collaborator Author

@rafabelts any updates?

@monikakuster monikakuster moved this to In Progress in Components - Roadmap Dec 6, 2024
@monikakuster monikakuster mentioned this issue Dec 9, 2024
@monikakuster monikakuster moved this from In Progress to In Review in Components - Roadmap Dec 9, 2024
@monikakuster monikakuster linked a pull request Dec 9, 2024 that will close this issue
@github-project-automation github-project-automation bot moved this from In Review to Done in Components - Roadmap Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Concerning any and all backend issues good first issue Good for newcomers hacktoberfest workflow-component New backend component request
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants