Skip to main content

About slash commands

Slash commands can save you time by reducing the typing required to create complex Markdown.

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

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.

CommandDescription
/codeInserts a Markdown code block. You choose the language.
/detailsInserts a collapsible detail area. You choose the title and content.
/saved-repliesInserts 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.
/tableInserts a Markdown table. You choose the number of columns and rows.
/templateShows 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.