超シンプルなマークダウン


Markdown は、devの投稿の言語であり、あなたの平文にいくつかのPizzazzを追加する超軽量な方法です.これは、いくつかの簡単に覚えやすいとショートカットで構成されます.あなたが最初のマークダウンを学んでいる場合(または単に何が何をするかを覚えている)このカンニングペーパーをブックマークし、必要に応じて戻ってくる.

共通の書式設定


テキストを斜体にする
...use _single underscores_ or *single asterisks*
テキストを太字にする
...use __double underscores__ or **double asterisks**
テキストを太字にしてイタリック体にする
...use __*asterisks in double underscores*__,
       **_underscores in double asterisks_**,
       _**double asterisks in underscores**_, or
       *__double underscores in asterisks__*
加えるinline code
...use `single backticks`
加える
a code
block
用途
```
triple
backticks
```
or
    indent
    four
    spaces
1234
加える

見出し


様々な


サイズ


用途
# one
## or more
### octothorpes
水平方向の規則を追加するには、3つ以上のハイフンを1列に書きます.
--------
  • 作り出す
  • 順序付きリスト
  • 品目
  • 1. simply write
    1. "1. " before
    1. each item
    
  • 作り出す
  • 順序なしリスト
  • 品目
  • - simply write
    - "- " before
    - each item
    
  • サブリストの作成
  • インデント
  • フォースペース
  • 各レベルごとに
  • 1. Create sublists
        - by indenting
            1. four spaces
                - for each level
    
    作成するhyperlink
    put the [link text in square braces](https://timecube.2enp.com/)
    (followed by the URL in parentheses)
    

    To create a blockquote


    > begin the quote with "> "
    
    テキストを強調する
    use ~~double~~ tildes
    
    インラインイメージを追加するには

    Use the same syntax as for a hyperlink, but prepend a '!':
    
    ![Trogdor, the Burninator](https://dev-to-uploads.s3.amazonaws.com/i/sguw2x61byhenjclhmmj.png)
    
    pssstヘイキッド、いくつか

    スーパー秘密のマークダウンのヒント


    リテラル*を書く必要があります。


    エスケープは、バックスラッシュで前にエスケープします.\* , \_

    インラインコード内のbackticksを置く必要がありますか?

    Use double-backticks `with backticks` inside
    ``Use double-backticks `with backticks` inside``
    

    コードブロック内にトリプルbackticksを置く必要がありますか?


    ```
    indent four spaces
    and then add the backticks
    ```
    
    
        ```
        indent four spaces
        and then add the backticks
        ```
    
    

    リスト内のコードブロックを配置する必要がありますか?

    1. Just make sure
    2. To indent

      four
      spaces
      
    3. 番号を合わせる
    4.     1. Just make sure
          1. To indent
      
      
              ```
              four
              spaces
              ```
      
      
          1. to keep the numbering contiguous

      ブロック引用符でコードのブロックを配置する必要がありますか?

      You might want to do something like

      small bug on DEV.to -- first line is indented one space
      val x = 42
      val y = 42 * 19
      

      ...just make sure you start each line with "> "

      > You might want to do something like
      > 
      >     small bug on DEV.to -- first line is indented one space
      >     val x = 42
      >     val y = 42 * 19
      > 
      > ...just make sure you start each line with "> "

      あなたの友人を感心させ、あなたの敵を怖がらせるために強調表示の装飾的な構文が必要ですか?

      def foo (val bar: Int, baz: Double): String = { ... }
      
      ただ最初の```` `` `` `` `` `` `` `` `` `` `` `` `` `` `` `` `` `` `` ``
      ```scala
      def foo (val bar: Int, baz: Double): String = { ... }
      ```
      
      あなたが解決するために必要な任意のタフなマークダウンの問題を得た?任意のヒントやトリックそれらの新しい(平文形式の構文)ゲームを取得?以下のコメントで私に知らせてください!
      マーチャント啓蒙主義者は、