Last active
May 24, 2025 17:02
-
-
Save son171809/2b05644c47a339398e53a70fd5faed55 to your computer and use it in GitHub Desktop.
Launching
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Good