Guidelines and rules for polishing Markdown files to ensure consistent formatting, high readability, and correct rendering.
Applies to: All .md files, especially interview prep and technical documentation like 面試重點.md and 架構複習.md.
|) inside code blocks (```).+, -, | manually drawn), convert it to a standard Markdown table unless it is a complex diagram that cannot be represented by a grid.:--- for left align, :---: for center, ---: for right. Default to left for text.1. Item 1
| Column A | Column B | <- Indented
| :--- | :--- |
| Data | Data |
1., 2. for ordered steps.* or - for unordered items.(1), (2) inside a block of text without proper list formatting, convert them to standard Markdown lists.**Q: "Question text here?"**
* **A**: "Answer text here..."
bash, c, cpp, python, json).##, tables |, bold **) inside code blocks unless explicitly documenting Markdown syntax itself.``` blocks contain metadata lines like | Name | Description | - if so, it's likely a mistake.