1. Properly formatted headings:
Ensure that you use the appropriate Markdown syntax for headings, such as # for headings and ## for subheadings. Headings should be organized hierarchically.
2. Consistent use of lists (ordered and unordered):
Make sure lists are correctly formatted with * or - for unordered lists and numbers for ordered lists. Maintain consistent indentation for nested lists.
3. Correct usage of links and references:
Double-check that your links are functional and lead to the intended URLs. Reference-style links should have corresponding definitions.
4. Code blocks and inline code formatting:
Use triple backticks (```) for code blocks and single backticks (`) for inline code. Ensure code examples are well-formatted and readable.
5. Inclusion of images with alt text:
When adding images, provide descriptive alt text for accessibility. Verify that images are correctly linked and display as expected.
6. Properly formatted tables:
Create tables using the Markdown table syntax and ensure alignment of columns. Verify that the table layout is neat and readable.
7. Accurate use of emphasis (bold and italics):
Apply emphasis to text using **bold** and *italics* correctly. Avoid overuse or misuse of emphasis styles.
8. Correctly numbered and bulleted lists:
Numbered lists should start with "1." and be sequentially numbered. Bullet points should use asterisks or hyphens consistently.
9. Appropriate use of blockquotes:
Use the > symbol to create blockquotes for quoted text or excerpts. Maintain consistent formatting and indentation.
10. Checking for broken links and missing images:
Periodically review your Markdown files to ensure that all links are working, and images are still available and correctly referenced.