Output Format Markdown Generator

U

@

·

Generate properly formatted Markdown output with appropriate headers, code blocks, lists, tables, and emphasis following specifications.

88 copies0 forks
Generate well-formatted Markdown output following these specifications.

## Content to Format
{{content}}

## Formatting Requirements
{{formatting_requirements}}

## Output Constraints
- Max length: {{max_length}} characters
- Include: {{required_elements}}

**Formatting Rules:**

1. **Headers**: Use appropriate hierarchy (# for title, ## for sections)

2. **Code Blocks**: Use triple backticks with language specifier
```python
# Example code
```

3. **Lists**: Use consistent formatting
   - Bulleted for unordered
   1. Numbered for sequences

4. **Tables**: When comparing items
| Column 1 | Column 2 |
|----------|----------|
| Value 1  | Value 2  |

5. **Emphasis**: *italics* for terms, **bold** for important points

6. **Links**: [descriptive text](url)

**Output:**
Generate clean, readable Markdown following all specifications.

Details

Category

Coding

Use Cases

Markdown generationDocument formattingOutput structuring

Works Best With

claude-sonnet-4-20250514gpt-4o
Created Shared

Create your own prompt vault and start sharing