subtext

export declare function subtext<Content extends string>(content: Content): `-# ${Content}`;
export declare function subtext<Content extends string>(content: Content): `-# ${Content}`;
Formats the content into a subtext.
NameConstraintsOptionalDefaultDescription
ContentstringNo
This is inferred by the supplied content
NameTypeOptionalDescription
contentContentNo
The content to wrap