1
0
mirror of synced 2025-12-19 18:10:59 -05:00
Files
docs/content/issues/tracking-your-work-with-issues/using-issues/about-slash-commands.md

1.5 KiB

title, intro, versions, redirect_from
title intro versions redirect_from
About slash commands Slash commands can save you time by reducing the typing required to create complex Markdown.
feature
slash-commands
/early-access/issues/about-slash-commands
/issues/tracking-your-work-with-issues/about-slash-commands

{% note %}

Note: Slash commands are currently in public beta and subject to change.

{% endnote %}

About slash commands

Slash commands make it easier to type more complex Markdown, such as tables, tasklists, and code blocks.

You can use slash commands in any description or comment field in issues, pull requests, or discussions where that slash command is supported.

Using slash commands

You can use slash commands by typing the command in a comment field, then following the prompts. To insert complex Markdown into your comment, type one of the following commands.

Command Description
/code Inserts a Markdown code block. You choose the language.
/details Inserts a collapsible detail area. You choose the title and content.
/saved-replies Inserts a saved reply. You choose from the saved replies for your user account. If you add %cursor% to your saved reply, the slash command will place the cursor in that location.
/table Inserts a Markdown table. You choose the number of columns and rows.
/template Shows all of the templates in the repository. You choose the template to insert. This slash command will work for issue templates and a pull request template.