Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

English | 繁體中文

Markdown_sample

A sample for markdown writing.

This originally is for my frient to learn how to write markdown. But unfortunately he is gone.

Titles

# Title
## 2nd Title
### 3rd Title

Title

2nd Title

3rd Title

list

* List
  * item1
  * item2
  • List
    • item1
    • item2

Links

[My Website](https://jingshing.com/)

My Website

Image

![image](image/w.png)

image

Description

> description

description

code box

‵‵‵c
#include<stdio.h>
// codes

‵‵‵
#include<stdio.h>
// codes

tasks

- [ ] task
- [X] complete task
  • task
  • complete task

Diff

‵‵‵diff
+ increase
- decrease
‵‵‵
+ increase
- decrease

Mermaid graph

Example will display below, you can find detailed syntax online

‵‵‵mermaid
graph LR
	A[Write Code] --> B{Does it work?}
	B -- Yes --> C[Great!]
	B -- No --> D[Google]
	D --> A
‵‵‵
graph LR
	A[Write Code] --> B{Does it work?}
	B -- Yes --> C[Great!]
	B -- No --> D[Google]
	D --> A
Loading

About

A sample for markdown writing.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors