@metreeca/core - v0.9.22
    Preparing search index...

    Function text

    • Tags a template literal as Text content.

      Marks the literal as plain text, recording at the definition site that its content carries no markup.

      The literal is realigned as dedent does, so text laid out to match the indentation of the surrounding code reads as if written flush left.

      Parameters

      • template: TemplateStringsArray

        The literal sections of the text content

      • ...values: unknown[]

        The values interpolated between the literal sections

      Returns string

      The assembled template with the line terminators normalised, the outer blank lines dropped and the shared leading whitespace removed from every line

      markdown for the companion tag marking marked-up content