Skip to content

Text

Syntax: '> <text>'.

Example:
Text that is not a quote

Text that is a quote

Code

Syntax: Single backtick for inline code. ' ` '

Example:

Use `git status` to list all new or modified files that haven't yet been committed.

Use git status to list all new or modified files that haven't yet been committed.

Code Block

Syntax: triple backtick for inline code. ' ``` '

Example:

Some basic Git commands are:
    ```
    git status
    git add
    git commit
    ```

Some basic Git commands are: git status git add git commit