@eagleoutice/flowr - v2.10.2
    Preparing search index...
    • Produces an inline code span in markdown format.

      Parameters

      • code: string

      Returns string

      codeInline('const x = 42;');
      // Produces: `<code>const x = 42;</code>`