Click the original---> Write a readme.md file for the project
Two X markdown Editor.
Online Editor: Stackedit
Website: https://stackedit.io/
Offline editor under Mac MoU
: http://mouapp.com/
You can also use the grammar to write, the following is the syntax
Markdown Grammar Quick Check table
1 title and Text format
Title
# This is H1 < level headings >
# # This is H2 < two level title >
###### This is H6 < six level title >
Text Format
* * This is text bold formatting * *
* This is text italic formatting *
~ ~ Add Strikethrough to Text ~ ~
2 List
Unordered list
* Item 1
* Item 2
* Item 3
Ordered list
1. Item 1
2. Item 2
3. Item 3
* Item 1
* Item 2
3 other
Image
! [Image name] (http://gitcafe.com/image.png)
Link
[Link name] (http://gitcafe.com)
Reference
> First line Reference text
> Second Line Reference text
Horizon
***
Code
' code block highlighting
"Ruby
def add (A, B)
Return a + b
End
```
Form
Table Header | Table header
------------- | -------------
Cell contents | Cell contents
Cell contents L | Cell contents
Write a readme.md file for the project (go from Onecoder)