Francisco Zanartu commited on
Commit ·
5393dd8
1
Parent(s): 462129a
feat: add Markdown transcription prompt for document formatting
Browse files
src/prompts/md_transcript.md
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Provide a verbatim transcription of this document into Markdown.
|
| 2 |
+
- Preserve all content exactly (no summarizing or rewriting)
|
| 3 |
+
- Keep the original structure using Markdown headers
|
| 4 |
+
- Preserve lists, emphasis, links, tables, code blocks
|
| 5 |
+
- Output Markdown only
|