• Create a big heading.

    Returns

    The formatted text.

    Example

    h1('big heading'); // '# big heading'
    

    Type Parameters

    • T extends string

    Parameters

    • text: T

      The text to be formatted.

    Returns `# ${T}`