Enhanced Document Generator
Preview
Enhanced Document Generator Test Suite
Introduction
This is a comprehensive test document designed to evaluate the capabilities of the Enhanced Document Generator. The goal is to ensure proper formatting across all supported export formats: PDF, PowerPoint, Word, Plain Text, Markdown, and HTML.
Headings
Heading Level 3
Heading Level 4
Heading Level 5
Heading Level 6
Paragraphs
This is a standard paragraph. It contains some bold text, italicized text, and even ~~strikethrough text~~. You can also include inline code like console.log("Hello, World!").
Another paragraph with a hyperlink and an email address: support@example.com.
Lists
Unordered List
- First item in an unordered list.
- Second item with bold text.
- Nested item with italicized text.
- Third item.
Ordered List
- First item in an ordered list.
- Second item with a link: Example.
- Nested item with a code snippet:
const x = 10;.
- Nested item with a code snippet:
- Third item.
Code Blocks
Here’s an example of a JavaScript code block:
function greet(name) {
console.log(`Hello, ${name}!`);
}
greet("World");
And here’s a Python code block:
def add(a, b):
return a + b
print(add(2, 3))
Blockquotes
This is a blockquote. It can span multiple lines and contain formatted text or links like this.
Another blockquote:
With nested content.
Tables
| Feature | Description | Status | |-----------------|---------------------------------|--------------| | Formatting | Professional formatting | ✅ Completed | | Typography | Clean typography | ✅ Completed | | Margins | Proper margins | ❌ Pending | | Exports | High-quality exports | ✅ Completed |
Images
Horizontal Rules
This is a horizontal rule above this line.
Metadata
Created with the Enhanced Document Generator