Micromark extension that adds GitHub Flavored Markdown (GFM) autolink literal syntax support, such as turning `www...` and `http://...` style text into links during parsing. It is useful when you are building with `micromark` and want GFM autolink literals, including a companion `gfmAutolinkLiteralHtml()` option for HTML serialization.
Project status
- The source appears to be maintained, with upstream activity as recent as 2025-01-22, though the latest shown version update is 2.1.0 (2024-07-05) which suggests ongoing but not very frequent releases/updates.
- Apparent update cadence is moderate: 1.0.5 (2023-05-30), then 2.0.0 (2023-06-26), and 2.1.0 much later (2024-07-05), indicating longer gaps after the major 2.x API change.
AI summary generated Today
Recent updates
2.1.0
7/5/2024Release 2.1.0 makes mostly internal/documentation-style changes, including switching JSDoc type imports to `@import`s. It also introduces `name` metadata on the extension's constructs and updates tests around selectively disabling autolink constructs.
Features2.0.0
6/26/2023Version 2.0.0 of micromark-extension-gfm-autolink-literal modernizes the package for newer micromark and Node.js. The main documented behavior change is that the exported extensions are now functions, requiring callers to invoke them (at least for gfmAutolinkLiteral).
Breaking1.0.5
5/30/2023Release 1.0.5 focuses on TypeScript type updates related to `micromark-util-types`, specifically extending token typings to support the GFM autolink literal behavior. The code changes are largely type and tooling related, with no clear runtime behavior changes indicated.