• Create inline code.

    Returns

    The formatted text.

    Example

    inlineCode('inline code'); // 'inline code'

    Type Parameters

    • T extends string

    Parameters

    • text: T

      The text to be formatted.

    Returns ``${T}``