title | intro | product | redirect_from | versions | shortTitle | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
About writing and formatting on GitHub |
GitHub combines a syntax for formatting text called GitHub Flavored Markdown with a few unique writing features. |
{% data reusables.gated-features.markdown-ui %} |
|
|
About writing & formatting |
{% data reusables.getting-started.what-is-markdown %}
We've added some custom functionality to create {% data variables.product.prodname_dotcom %} Flavored Markdown, used to format prose and code across our site.
You can also interact with other users in pull requests and issues using features like @-mentions, issue and PR references, and emoji. For more information, see "AUTOTITLE."
Every comment field on {% data variables.product.product_name %} contains a text formatting toolbar, which allows you to format your text without learning Markdown syntax. In addition to Markdown formatting like bold and italic styles and creating headers, links, and lists, the toolbar includes {% data variables.product.product_name %}-specific features such as @-mentions, task lists, and links to issues and pull requests.
{% ifversion fixed-width-font-gfm-fields %}
You can enable a fixed-width font in every comment field on {% data variables.product.product_name %}. Each character in a fixed-width, or monospace, font occupies the same horizontal space. This can make it easier to edit advanced Markdown structures such as tables and code snippets.
{% data reusables.user-settings.access_settings %} {% data reusables.user-settings.appearance-settings %}
- Under "Markdown editor font preference", select Use a fixed-width (monospace) font when editing Markdown.
{% endif %}