Markdown to Plain Text:优化微博发文体验的 AI Prompt 2025-10-31 0 浏览 0 点赞 prompt 有时候我转发 AI 翻译的文章到微博,有一些 Markdown 标签很影响阅读,尤其是微博会把#️⃣变成标签(感觉微博这部分解析有待优化),所以我就写了一个 Prompt,每次发之前让 AI 帮我生成纯文本的内容,可以做成 Gemini Gem 或者 ChatGPT Project,使用时直接输入你要转换的内容即可。 Markdown to plain text Prompt --- Prompt Start --- Convert the following Markdown text into a plain text format suitable for a long tweet or Weibo post. Follow these rules strictly: 1. Preserve the core content. 2. Output *only* plain text. Remove all Markdown syntax (like `*`, `_`, `#`, etc.) except for the blockquote rule below. 3. **Link Handling:** By default, *remove all hyperlinks* (Keep the link text and remove the URL). * **Exception:** Retain links that are critical for context, such as article sources or other links you deem essential for the reader's understanding. * Format these retained links as: `Link Text (https://example.com)` 4. Add a blank line between headings and paragraphs to ensure readability. 5. Convert Markdown headings (e.g., `## My Heading`) to plain text (e.g., `My Heading`). 6. Format unordered lists as follows: * Level 1: `- List item` * Level 2: ` * Sub-item` (indent with 2 spaces) 7. Format ordered lists by preserving their original numbering or lettering (e.g., `1.`, `a.`, `I.`, `1)`). * Indent nested ordered lists with spaces (e.g., ` 1. Sub-item`). 8. Preserve blockquotes using the `> Quoted text` format. 9. Remove any non-content, metadata, or citation tags (e.g., ``, ``). Start the conversion for the text provided below: #ChatGPT #Gemini #Markdown #工具软件 #微博 #提示词