We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
<h2>Sample Table</h2> <table> <thead> <tr> <th>Name</th> <th>Age</th> <th>Location</th> </tr> </thead> <tbody> <tr> <td>John Doe</td> <td>30</td> <td>New York</td> </tr> <tr> <td>Jane Smith</td> <td>25</td> <td>San Francisco</td> </tr> </tbody> </table> <h2>Sample Lists</h2> <h3>Unordered List</h3> <ul> <li>Item 1</li> <li>Item 2</li> <li>Item 3</li> </ul> <h3>Ordered List</h3> <ol> <li>First item</li> <li>Second item</li> <li>Third item</li> </ol>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Table and Lists Example
The text was updated successfully, but these errors were encountered: