Test Document
This is a test document to verify that our Markdown to HTML and PDF conversion is working correctly.
Features
- Converts Markdown to HTML
- Converts Markdown to PDF using WeasyPrint
- Adds styling and navigation
Code Example
def hello_world():
print("Hello, World!")Table Example
| Name | Description |
|---|---|
| Pandoc | Document converter |
| WeasyPrint | HTML to PDF converter |
| Markdown | Lightweight markup language |