markdown-it - v15.0.2
    Preparing search index...

    Function parseLinkTitle

    • Parses the optional title in [label](destination "title") or [label]: destination "title".

      prev_state continues a reference title on the next source line.

      Parameters

      • str: string
      • start: number
      • max: number
      • Optionalprev_state: { ok: boolean; can_continue: boolean; pos: number; str: string; marker: number }

      Returns { ok: boolean; can_continue: boolean; pos: number; str: string; marker: number }