This document outlines the current list of componentsand uses of GMF (github-flavored-markdown). Periodically updated by PR'S and the current maintainer Examples and use-cases of these may be subjective.
Contributions are welcome. Edit this file and submit a pull request.
Bold
Italic
Bold and Italic
Strikethrough
Blockquote
Nested Blockquote
- Item 1
- Subitem 1
- Sub-subitem
- Subitem 1
- Item 2
- Item 3
- First item
- Second item
- Sub-item
- Third item
- Completed task
- Incomplete task
- Another task with sub-tasks
- Sub-task 1
- Sub-task 2
Inline code: console.log("Hello, world!")
```javascript function greet(name) { console.log(`Hello, ${name}`); } greet("GitHub"); ```
Syntax | Description |
---|---|
Header | Title |
Paragraph | Text |
Aligning columns:
Left Aligned | Center Aligned | Right Aligned |
---|---|---|
Left text | Center text | Right text |
@octocat
#1
GH-1
Link to issue
๐ ๐ ๐ ๐ฅ
Click to expand
Hidden content here.
Here is a footnote reference1.
*Not italic*
# Not a header
def hello():
print("Hello from Python")
echo "Shell script example"
<div>Hello HTML</div>
{ "key": "value" }
Certain HTML tags are filtered out for security reasons:
<title>
<textarea>
<style>
<xmp>
<iframe>
<noembed>
<noframes>
<script>
<plaintext>
These tags are replaced with <tagname>
when rendered.
First line
Second line
Or using a backslash:
First line
Second line
Rendered with GitHub Flavored Markdown (GFM)
Footnotes
-
This is the footnote. โฉ