-
Notifications
You must be signed in to change notification settings - Fork 939
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
[Bug]: Can not show html tag without escaped #654
Labels
bug
Something isn't working
Comments
Creating a card in HTML that is fully clickable and also contains a link inside it that navigates to a different page can be achieved using semantic HTML elements. Here is an example of how you might structure this: Explanation:
Key Points:
This approach ensures that the entire card is clickable while also allowing for specific links within the card to navigate to other pages. |
Merged
已修复 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Platform
macOS
Version
latest
Bug Description
Steps To Reproduce
ask a html related question
Expected Behavior
correct show html tag
<span>
Relevant Log Output
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: