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

Problem with displaying < and > in tables descriptions without `` #3714

Open
danieldanielecki opened this issue Nov 9, 2024 · 0 comments
Open

Comments

@danieldanielecki
Copy link

|![Anatomy of an HTML Document: A labeled diagram showing the structure of an HTML document, with tags like <!DOCTYPE>, <html>, <head>, and <body>.](images/dom_structure.png)|
|:--:|
| *Anatomy of an HTML Document: A labeled diagram showing the structure of an HTML document, with tags like <!DOCTYPE>, <html>, <head>, and <body>.* |

renders

Screenshot 2024-11-09 at 17 50 09

Therefore, I have to use

|![Anatomy of an HTML Document: A labeled diagram showing the structure of an HTML document, with tags like <!DOCTYPE>, <html>, <head>, and <body>.](images/dom_structure.png)|
|:--:|
| *Anatomy of an HTML Document: A labeled diagram showing the structure of an HTML document, with tags like `<!DOCTYPE>`, `<html>`, `<head>`, and `<body>`.* |

which renders

Screenshot 2024-11-09 at 17 48 30

or I have to use

|![Anatomy of an HTML Document: A labeled diagram showing the structure of an HTML document, with tags like <!DOCTYPE>, <html>, <head>, and <body>.](images/dom_structure.png)|
|:--:|
| *Anatomy of an HTML Document: A labeled diagram showing the structure of an HTML document, with tags like <!DOCTYPE>, html, head, and body.* |

which renders

Screenshot 2024-11-09 at 17 51 15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant