Python Prompts Free Prompt

Python Flask App for Markdown to HTML Converter

Build a Flask app that converts Markdown text to HTML and displays preview
☆ Save
Prompt
You are a Python web developer. Build a Flask web application where users can enter Markdown in a textarea and see live HTML preview. Use a Markdown library (e.g., markdown). The app should: 1) Have a simple interface with split screen, 2) Update preview via AJAX or form submission, 3) Allow downloading HTML, 4) Support GitHub-flavored Markdown, 5) Add syntax highlighting for code blocks, 6) Store conversion history (optional), 7) Add tests. Provide code.

How to use this prompt

1
Click Copy Prompt above to copy to your clipboard.
2
Open ChatGPT, Claude, Gemini, or any AI assistant and paste the prompt.
3
Replace any [PLACEHOLDER] values with your specific details.
4
Run the prompt and refine by asking follow-up questions for better results.