# Available Commands

For reference here is a list of all available commands the editor currently understands.
There are some useful commands missing (like Images and Links). But they are already planned.

# Strong

<button type="button"
    data-command="strong"
>
</button>

# Emphasize / Italic

<button type="button"
    data-command="em"
>
</button>

# Inline Code

<button type="button"
    data-command="code"
>
</button>

# Ordered List

<button type="button"
    data-command="ordered_list"
>
</button>

# Bullet / Unordered List

<button type="button"
    data-command="bullet_list"
>
</button>

# Lift

<button type="button"
    data-command="lift"
>
</button>

# Join Up

<button type="button"
    data-command="join_up"
>
</button>

# Join Down

<button type="button"
    data-command="join_down"
>
</button>

# Heading

<button type="button"
    data-command="heading"
    data-level="[1-6]"
>
</button>

# Paragraph

<button type="button"
    data-command="paragraph"
>
</button>

# Blockquote

<button type="button"
    data-command="blockquote"
>
</button>

# Code Block

<button type="button"
    data-command="code_block"
>
</button>