Difference between revisions of "Markdown"

From wikieduonline
Jump to navigation Jump to search
Line 17: Line 17:
  
 
== GitHub ==
 
== GitHub ==
 +
===Heading===
 
  # A first-level heading
 
  # A first-level heading
 
  ## A second-level heading
 
  ## A second-level heading
 
  ### A third-level heading
 
  ### A third-level heading
  
Tasks:
+
===Tasks===
  
 
  - [X] Example
 
  - [X] Example
 
  - [ ] Example
 
  - [ ] Example
  
 
+
===Code===
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



Links in Markdown

[your text](https://your-link.com)


GitHub

Heading

# A first-level heading
## A second-level heading
### A third-level heading

Tasks

- [X] Example
- [ ] Example

Code

`git status` = git status

Related

See also

Advertising: