# guodongxiaren/readme

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [awesome-repositories.com](https://awesome-repositories.com/repository/guodongxiaren-readme).**

7,050 stars · 7,103 forks · Unlicense

## Links

- GitHub: https://github.com/guodongxiaren/README
- Homepage: http://blog.csdn.net/guodongxiaren/article/details/23690801
- awesome-repositories: https://awesome-repositories.com/repository/guodongxiaren-readme.md

## Topics

`flavored` `gfm` `github` `markdown` `readme`

## Description

This is a reference guide for GitHub Flavored Markdown syntax, focused on formatting README files and other repository documentation. It covers the full range of Markdown elements supported on GitHub, including tables with column alignment, images, hyperlinks, emoji shortcodes, inline code, and badges from external services.

The guide explains how to create structured content such as alert blocks with NOTE, TIP, WARNING, and CAUTION labels, as well as diff blocks that highlight added and removed lines. It also covers centering content on the page and using reference-style links for reusable link definitions.

The documentation provides syntax references and instructions for building professional README files, constructing formatted tables, and embedding media like images and badges. It serves as a comprehensive resource for anyone writing Markdown on GitHub.

## Tags

### Content Management & Publishing

- [GitHub Flavored Renderers](https://awesome-repositories.com/f/content-management-publishing/markdown-renderers/github-flavored-renderers.md) — Serves as a comprehensive reference guide for writing and formatting documents using GitHub Flavored Markdown syntax.
- [Syntax References](https://awesome-repositories.com/f/content-management-publishing/markdown-renderers/github-flavored-renderers/syntax-references.md) — Serves as a comprehensive reference guide for GitHub Flavored Markdown syntax used in README files.
- [README Authoring Guides](https://awesome-repositories.com/f/content-management-publishing/content-management-systems/content-architecture-modeling/documentation/readme-files/readme-authoring-guides.md) — Provides instructional resources for writing and structuring the primary documentation file of a repository.
- [GitHub Flavored](https://awesome-repositories.com/f/content-management-publishing/content-processing-transformation/markdown-markup-tools/markdown-processors/markdown-parsers/github-flavored.md) — Provides a reference for parsing markdown text into HTML using GitHub's extended syntax rules.
- [Document Authoring Environments](https://awesome-repositories.com/f/content-management-publishing/document-authoring-environments.md) — Provides a comprehensive reference for creating structured technical documentation with tables, images, and callout blocks.
- [External Hyperlinks](https://awesome-repositories.com/f/content-management-publishing/external-hyperlinks.md) — Documents how to link to external URLs or files inside the same repository using inline or reference-style syntax. ([source](https://cdn.jsdelivr.net/gh/guodongxiaren/readme@master/README.md))
- [GitHub Alert Syntax](https://awesome-repositories.com/f/content-management-publishing/markdown-renderers/github-flavored-renderers/github-alert-syntax.md) — Documents the syntax for rendering callout boxes with NOTE, TIP, WARNING, and CAUTION labels.

### Development Tools & Productivity

- [README Generators](https://awesome-repositories.com/f/development-tools-productivity/github-integration-tools/readme-generators.md) — Documents how to structure and style README files on GitHub using Markdown, including images, links, and emojis.

### User Interface & Experience

- [Syntax References](https://awesome-repositories.com/f/user-interface-experience/markdown-and-syntax-highlighting/syntax-references.md) — Serves as a comprehensive reference guide for GitHub Flavored Markdown syntax used in README files.
- [Semantic Alert Blocks](https://awesome-repositories.com/f/user-interface-experience/semantic-alert-blocks.md) — Documents how to render callout boxes with NOTE, TIP, WARNING, and CAUTION labels in GitHub Markdown.
- [Markdown Table Layouts](https://awesome-repositories.com/f/user-interface-experience/table-row-management/structural-table-modification/markdown-table-layouts.md) — Documents how to create structured tables in Markdown using pipes and dashes to organize data into rows and columns. ([source](http://blog.csdn.net/guodongxiaren))
- [Markdown Table Builders](https://awesome-repositories.com/f/user-interface-experience/widget-arrangement-systems/row-and-column-layouts/markdown-table-builders.md) — Explains how to arrange data into rows and columns with optional alignment using Markdown table syntax. ([source](https://cdn.jsdelivr.net/gh/guodongxiaren/readme@master/README.md))
- [Emoji Insertion Tools](https://awesome-repositories.com/f/user-interface-experience/emoji-support/emoji-insertion-tools.md) — Documents how to display an emoji by typing its shortcode between colons, matching the GitHub emoji set. ([source](https://cdn.jsdelivr.net/gh/guodongxiaren/readme@master/README.md))
- [Code Inline Styling](https://awesome-repositories.com/f/user-interface-experience/inline-styles/code-inline-styling.md) — Explains how to wrap inline code, file paths, or short commands in backticks to distinguish code from prose. ([source](https://cdn.jsdelivr.net/gh/guodongxiaren/readme@master/README.md))
- [Diff](https://awesome-repositories.com/f/user-interface-experience/syntax-highlighters/diff.md) — Shows how to display file changes with green additions and red deletions using plus and minus prefix syntax.
- [Defect-Focused Diff Highlighters](https://awesome-repositories.com/f/user-interface-experience/syntax-highlighters/diff/defect-focused-diff-highlighters.md) — Shows how to highlight added lines in green and removed lines in red to display file changes. ([source](https://cdn.jsdelivr.net/gh/guodongxiaren/readme@master/README.md))
- [Status Badges](https://awesome-repositories.com/f/user-interface-experience/visual-status-indicators/status-badges.md) — Explains how to embed image badges from external services like Shields.io to display status or metrics.

### Part of an Awesome List

- [Column Alignment Syntaxes](https://awesome-repositories.com/f/awesome-lists/devtools/linting-and-formatting/markdown-formatting/markdown-table-generators/table-aligners/column-alignment-syntaxes.md) — Documents the colon-dash notation for aligning table columns left, center, or right in Markdown.
- [Emoji Shortcode Resolvers](https://awesome-repositories.com/f/awesome-lists/devtools/unicode-support/emoji-shortcode-resolvers.md) — Documents how colon-wrapped emoji shortcodes are converted into corresponding Unicode emoji characters.

### Graphics & Multimedia

- [Image Insertion Utilities](https://awesome-repositories.com/f/graphics-multimedia/image-insertion-utilities.md) — Explains how to embed an image from a URL or relative repository path with optional alt text and hover title. ([source](https://cdn.jsdelivr.net/gh/guodongxiaren/readme@master/README.md))
