Difference between revisions of "Markdown"
Jump to navigation
Jump to search
(Created page with "wikipedia:Markdown") |
|||
(30 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | [[wikipedia:Markdown]] | + | [[wikipedia:Markdown]] (2004) [[Lightweight markup language]] (LML) |
+ | |||
+ | <code>.md</code> | ||
+ | |||
+ | === Links in Markdown === | ||
+ | <nowiki> | ||
+ | [your text](https://your-link.com) | ||
+ | </nowiki> | ||
+ | |||
+ | == GitHub == | ||
+ | === Heading === | ||
+ | # A first-level heading | ||
+ | ## A second-level heading | ||
+ | ### A third-level heading | ||
+ | |||
+ | === Tasks === | ||
+ | |||
+ | - [X] Example | ||
+ | - [ ] Example | ||
+ | |||
+ | === Code === | ||
+ | |||
+ | `git status` = <code>git status</code> | ||
+ | |||
+ | === Italic === | ||
+ | * [[Italic]]: _YOURTEXT_ | ||
+ | |||
+ | == Related == | ||
+ | * Markdown, [[RDoc]], [[AsciiDoc]], and [[Org]] for content | ||
+ | * [[GitHub Flavored Markdown (GFM)]] | ||
+ | * [[Mediawiki]] | ||
+ | * [[Aaron Swartz]] | ||
+ | |||
+ | == See also == | ||
+ | * {{Markdown}} | ||
+ | * {{md}} | ||
+ | |||
+ | [[Category:Markdown]] |
Latest revision as of 10:20, 17 July 2024
wikipedia:Markdown (2004) Lightweight markup language (LML)
.md
Contents
Links in Markdown[edit]
[your text](https://your-link.com)
GitHub[edit]
Heading[edit]
# A first-level heading ## A second-level heading ### A third-level heading
Tasks[edit]
- [X] Example - [ ] Example
Code[edit]
`git status` = git status
Italic[edit]
- Italic: _YOURTEXT_
Related[edit]
- Markdown, RDoc, AsciiDoc, and Org for content
- GitHub Flavored Markdown (GFM)
- Mediawiki
- Aaron Swartz
See also[edit]
Advertising: