Skip to content

Instantly share code, notes, and snippets.

@yokawasa
Created April 13, 2025 02:50
Show Gist options
  • Save yokawasa/b9190b5cf5aee4e692d5cdb12d6b21e1 to your computer and use it in GitHub Desktop.
Save yokawasa/b9190b5cf5aee4e692d5cdb12d6b21e1 to your computer and use it in GitHub Desktop.

Revisions

  1. yokawasa created this gist Apr 13, 2025.
    51 changes: 51 additions & 0 deletions github-markdown-sandbox.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,51 @@
    https://docs.github.com/ja/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax

    ## 見出し

    # A first-level heading
    ## A second-level heading
    ### A third-level heading
    #### A fourth-level heading
    ##### A fifth-level heading

    ## underscore

    ```
    <ins>underscore</ins>
    ```

    <ins>underscore</ins>

    ## Note

    ```
    > [!NOTE]
    > Useful information that users should know, even when skimming content.
    > [!TIP]
    > Helpful advice for doing things better or more easily.
    > [!IMPORTANT]
    > Key information users need to know to achieve their goal.
    > [!WARNING]
    > Urgent info that needs immediate user attention to avoid problems.
    > [!CAUTION]
    > Advises about risks or negative outcomes of certain actions.
    ```

    > [!NOTE]
    > Useful information that users should know, even when skimming content.
    > [!TIP]
    > Helpful advice for doing things better or more easily.
    > [!IMPORTANT]
    > Key information users need to know to achieve their goal.
    > [!WARNING]
    > Urgent info that needs immediate user attention to avoid problems.
    > [!CAUTION]
    > Advises about risks or negative outcomes of certain actions.