Files
convertions/sample_tests/sample_table.md
2024-11-01 17:27:04 -04:00

13 lines
339 B
Markdown

# Sample Markdown File
This is a sample Markdown file containing a table.
| Name | Age | Email |
|----------|-----|------------------------|
| Alice | 25 | alice@example.com |
| Bob | 30 | bob@example.com |
| Charlie | 35 | charlie@example.com |
Thank you for using this sample file.