Skip to content

Instantly share code, notes, and snippets.

@son171809
Last active May 24, 2025 17:02
Show Gist options
  • Save son171809/2b05644c47a339398e53a70fd5faed55 to your computer and use it in GitHub Desktop.
Save son171809/2b05644c47a339398e53a70fd5faed55 to your computer and use it in GitHub Desktop.
Launching
Create sophisticated formatting for your prose and code on GitHub with simple syntax.
Who can use this feature?
Markdown can be used in the GitHub web interface.
In this article
Headings
Styling text
Quoting text
Quoting code
Supported color models
Links
Section links
Relative links
Custom anchors
Line breaks
Images
Lists
Task lists
Mentioning people and teams
Referencing issues and pull requests
Referencing external resources
Uploading assets
Using emojis
Paragraphs
Footnotes
Alerts
Hiding content with comments
Ignoring Markdown formatting
Disabling Markdown rendering
Further reading
# Example headings
## Sample Section
## This'll be a _Helpful_ Section About the Greek Letter Θ!
A heading containing characters not allowed in fragments, UTF-8 characters, two consecutive spaces between the first and second words, and formatting.
## This heading is not unique in the file
TEXT 1
## This heading is not unique in the file
TEXT 2
# Links to the example headings above
Link to the sample section: [Link Text](#sample-section).
Link to the helpful section: [Link Text](#thisll-be-a-helpful-section-about-the-greek-letter-Θ).
Link to the first non-unique section: [Link Text](#this-heading-is-not-unique-in-the-file).
Link to the second non-unique section: [Link Text](#this-heading-is-not-unique-in-the-file-1).
@son171809
Copy link
Author

Good

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment