Difference between revisions of "Markdown"
Jump to navigation
Jump to search
(→GitHub) |
|||
Line 1: | Line 1: | ||
[[wikipedia:Markdown]] (2004) [[Lightweight markup language]] (LML) | [[wikipedia:Markdown]] (2004) [[Lightweight markup language]] (LML) | ||
− | |||
Line 7: | Line 6: | ||
* [[Italic]]: _YOURTEXT_ | * [[Italic]]: _YOURTEXT_ | ||
− | |||
− | |||
− | |||
− | |||
− | |||
Line 27: | Line 21: | ||
### A third-level heading | ### A third-level heading | ||
+ | Tasks: | ||
+ | |||
+ | - [X] Example | ||
- [ ] Example | - [ ] Example | ||
+ | Code: | ||
`git status` = <code>git status</code> | `git status` = <code>git status</code> | ||
Revision as of 10:11, 17 July 2024
wikipedia:Markdown (2004) Lightweight markup language (LML)
.md
- Italic: _YOURTEXT_
Contents
Links in Markdown
[your text](https://your-link.com)
GitHub
# A first-level heading ## A second-level heading ### A third-level heading
Tasks:
- [X] Example - [ ] Example
Code:
`git status` = git status
Related
- Markdown, RDoc, AsciiDoc, and Org for content
- GitHub Flavored Markdown (GFM)
- Mediawiki
See also
Advertising: