Difference between revisions of "Markdown"
Jump to navigation
Jump to search
(21 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
[[wikipedia:Markdown]] (2004) [[Lightweight markup language]] (LML) | [[wikipedia:Markdown]] (2004) [[Lightweight markup language]] (LML) | ||
− | + | <code>.md</code> | |
− | |||
− | |||
− | |||
=== Links in Markdown === | === Links in Markdown === | ||
Line 11: | Line 8: | ||
</nowiki> | </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 == | == Related == | ||
− | * Markdown, [[RDoc]], [[AsciiDoc]], and [[Org]] for content | + | * Markdown, [[RDoc]], [[AsciiDoc]], and [[Org]] for content |
+ | * [[GitHub Flavored Markdown (GFM)]] | ||
+ | * [[Mediawiki]] | ||
+ | * [[Aaron Swartz]] | ||
== See also == | == See also == | ||
* {{Markdown}} | * {{Markdown}} | ||
+ | * {{md}} | ||
[[Category:Markdown]] | [[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: