ダウンスケール構文


一番楽な方法でブログを書きます.降標に関する文法を紹介したいです.velogだけでなくgithubjupitertstorynotionCodeなど多くのブログで使用されている文法は、これらの文法を利用して非常に簡単にドキュメントを作成することができ、他のブログに移動しても互換性の問題はありません.

見出し


タイトルのサイズは以下の通りです.
# 헤더 크기 (h1)
## 헤더 크기 (h2)
### 헤더 크기 (h3)
#### 헤더 크기 (h4)
##### 헤더 크기 (h5)
###### 헤더 크기 (h6)
頭の大きさは6ある

タイトルサイズ(h 1)


タイトルサイズ(h 2)


タイトルサイズ(h 3)


タイトルサイズ(h 4)


タイトルサイズ(h 5)
タイトルサイズ(h 6)

リスト#リスト#


順序のないリスト。

* Item 1
* Item 2
  * Item 2a
  * Item 2b
  • Item 1
  • Item 2
  • Item 2a
  • Item 2b
  • このように区別するために、このように改行し、改行後には必ず1回以上スペースを入れます.

    順番のあるリストもあります。

    1. Item 1
    2. Item 2
    3. Item 3
        1. Item 3a
        2. Item 3b
    この場合,サブシーケンスについてはtabを2回行う必要がある.
    1. Item 1
    2. Item 2
    3. Item 3
    1. Item 3a
    2. Item 3b

    画像


    第一の方法

    ![Github logo](/images/markdown_logo.jpg) 
    Format: ![이미지 alt명](url 링크)

    第2の方法

    <a href="#"><img src="https://github.com/..각자절대경로../images/markdown_syntax.jpg" width="400px" alt="sample image"></a> 
    Format: img 태그 사용 - 이미지경로는 상대경로 or 절대경로
    これにより、私のリポジトリに画像をロードするか、画像アドレスを使用してロードする方法で画像を追加することができます.


    ハイパーリンク(Links)

    [GitHub](http://github.com "깃허브")
    これにより、このハイパーリンクにそれぞれ名前を付ける必要があります.
    GitHub

    コードブロック

    ```javascript 
    function test() { 
     console.log("hello world!"); 
    }
        ``` 
    コードブロックでは、コードを添付するときに非常に役立ちます.コードのタイプを入力すると、コードのタイプに応じて色が表示されます.
    function test() { 
     console.log("hello world!"); 
    }
    次に、このコードブロックのタイプを以下の表に示す.
    言語Markdown言語MarkdownBasshJSONC#csJavaJavaC+cppJavaScript JavaScript JavaScript CSScriptPHDiffPerlHTML,XML LTMLPythonPython HttPhttpRubyIniiiiiiiiiiiiiiiiSQLsql

    参照ボックス(Blockquotes)

    As Grace Hopper said: 
    
    > I’ve always been more interested. 
    > in the future than in the past.
    引用された箱には、その内容をサポートする資料が適しているようです.
    As Grace Hopper said:
    I’ve always been more interested.
    in the future than in the past.

    ハイライト

    *This text will be italic* 
    _This will also be italic_ 
    
    **This text will be bold** 
    __This will also be bold__ 
    
    *You **can** combine them*
    私たちがよく使う太さ、傾斜機能と見なすことができます.
    This text will be italic
    This will also be italic
    This text will be bold
    This will also be bold
    You can combine them

    表TABLES

    First Header | Second Header 
    ------------ | ------------- 
    Content cell 1 | Content cell 2 
    Content column 1 | Content column 2
    表の場合、最初の表のフォーマットを定義すると、内容のサイズが自動的に調整されることがわかります.
    First HeaderSecond HeaderContent cell 1Content cell 2Content column 1Content column 2

    ライン内コード

    문단 중간에 `Code`를 넣을 수 있습니다. 
    예를 들어 `printf("hello world!");` 이런 식으로 들어갑니다.
    段落の間に追加できるprintf("hello world!");例えば、/457914は、このようにして入ります.

    チェックボックス(Task Lists)

    - [x] this is a complete item 
    - [ ] this is an incomplete item 
    - [x] @mentions, #refs, [links](), **formatting**, and <del>tags</del> supported 
    - [x] list syntax required (any unordered or ordered list supported)
    このように確認枠の機能があって何をしたのか、何をしていないのか、皆さんに見せられるのはいいですね
    this is a complete item this is an incomplete item @mentions, #refs, links , formatting, and tags supported list syntax required (any unordered or ordered list supported)

    水平線(時間)

    --- 
    *** 
    ___
    3つの表示がありますが、2つの出力があるようです.

    エスケープ文字

    \*literal asterisks\* 
    *literal asterisks* 
    __\*\*Text\*\*__ 
    _\_Tom\__
    マーキングドロップダウンで使用する記号を使用するには、前にスラッシュを付けることができます.
    \literal asterisks\
    literal asterisks
    \\Text\\
    _\_Tom\__

    表情記号(EMOJI)-アイコン

    GitHub supports emoji! 
    :+1: :sparkles: :camel: :tada: 
    :rocket: :metal: :octocat:
    様々な表情パックがあるようですが、表情パックは単独で検索して使うべきです.
    検索サイト
    GitHub supports emoji!
    :+1: :sparkles: :camel: :tada:
    :rocket: :metal: :octocat:

    バッジの作成

    ![React](https://img.shields.io/badge/react-ffffff?style=for-the-badge&logo=react&logoColor=green)
    ![React](https://img.shields.io/badge/react-ffffff?style=for-the-badge&logo=react)
    ![React](https://img.shields.io/badge/react-444444?style=for-the-badge&logo=react)
    スキルバッジはダウンジャケットを飾るときにも使用します.



    の最後の部分


    これからは今日習った採点文法をよく使って、便利で分かりやすいヒントを作りましょう.足りない点はありますが、スタートが遅いので、アップし続けたいと思います.