Skip to content

Please support commands in inline code blocks #330

@xaviergmail

Description

@xaviergmail

I have a command that uses star globbing (example: /e2e non-parallel-tests/*.js parallel/role-*/*.js)
When writing this command outside an inline code block, the two matching stars turn it to italics as such:
/e2e non-parallel-tests/.js parallel/role-/*.js.

This then prevents us from being able to copy/paste commands from previous comments for reuse.

I'd like to suggest the addition of an option to allow us to pass commands not only like this:

/command [args...]

[Rest of comment...]

but like this as well:

`/command [args...]`

[Rest of comment...]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions