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

Support <details> and <summary> HTML tags in markdown #7153

Closed
EvanZhouDev opened this issue Jun 17, 2023 · 3 comments
Closed

Support <details> and <summary> HTML tags in markdown #7153

EvanZhouDev opened this issue Jun 17, 2023 · 3 comments
Labels
api Issues related to API feature request New feature or improvement

Comments

@EvanZhouDev
Copy link
Contributor

Description

Using the Markdown syntax for a dropdown does not turn it into a dropdown.

Steps To Reproduce

  1. Create any form of an element in a Raycast extension that supports entering Markdown.
  2. Put markdown={<details>\n<summary>How do I dropdown?</summary>\n<br>\nThis is how you dropdown.\n</details>} in that element.
  3. The HTML will not turn into a dropdown.

Current Behaviour

The HTML does not turn into a dropdown.

Expected Behaviour

The HTML should turn into a dropdown, like it does in GitHub, or any other Markdown renderer.

@EvanZhouDev EvanZhouDev added api Issues related to API bug Something isn't working labels Jun 17, 2023
@mathieudutour
Copy link
Member

I'll consider it a feature request as HTML is expected not to render in Raycast

@mathieudutour mathieudutour added feature request New feature or improvement and removed bug Something isn't working labels Jun 19, 2023
@mathieudutour mathieudutour changed the title Markdown <details> and <summary> Don't Work Support <details> and <summary> HTML tags in markdown Jun 19, 2023
@EvanZhouDev
Copy link
Contributor Author

Oh... I didn't know that. Thanks for letting me know!

@thomaslombart
Copy link
Collaborator

It appears that this is a duplicate of issue #107, so I'll mark it as such.

@thomaslombart thomaslombart closed this as not planned Won't fix, can't repro, duplicate, stale Sep 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api Issues related to API feature request New feature or improvement
Projects
None yet
Development

No branches or pull requests

3 participants