Markdown cheatsheet
1928 ワード
きほんきのうがメインですが、まあまあです.
一つ一つ実現し、一つ練習します.
Heading
H1
First item Second item Third item
Link title
Image
TableSyntaxHeaderTitleParagraphText
Fenced Code Block
Here's a sentence with a footnote.[^1]
[^1]: This is the footnote.
Heading ID
Definition List term
: definition
Strikethrough The world is flat.
Task List
Write the press release Update the website Contact the media
Devhints一目瞭然.
Githubで使用される構文のpdfが追加されました.
assembleで提供されるより詳細な不正行為情報
一目瞭然
一つ一つ実現し、一つ練習します.
Heading
H1
H2
H3
Bold bold text
Italic italicized text
Blockquote(エンターテインメント会社に行かないと終わらないようです)
blockquote
Ordered List
1. First item
1. Second item
1. Third item
Unordered List
- First item
- Second item
- Third item
Code code
Horizontal Rule
Link title
Image
TableSyntaxHeaderTitleParagraphText
Fenced Code Block
{
"firstName": "John",
"lastName": "Smith",
"age": 25
}
FootnoteHere's a sentence with a footnote.[^1]
[^1]: This is the footnote.
Heading ID
My Great Heading {#custom-id}
Definition List term
: definition
Strikethrough The world is flat.
Task List
Write the press release Update the website Contact the media
- [x] Write the press release
- [ ] Update the website
- [ ] Contact the media
それ以外は、Devhints一目瞭然.
Githubで使用される構文のpdfが追加されました.
assembleで提供されるより詳細な不正行為情報
一目瞭然
Reference
この問題について(Markdown cheatsheet), 我々は、より多くの情報をここで見つけました https://velog.io/@nk0/Markdown-cheatsheetテキストは自由に共有またはコピーできます。ただし、このドキュメントのURLは参考URLとして残しておいてください。
Collection and Share based on the CC Protocol