ifcurl/forgejo/custom/public
Bruno Postle 4b53dfe426 Replace Go goldmark extension with JS text-node linkification
Bare ifc:// URLs in markdown are now handled entirely client-side:
linkifyBareIfcUrls() walks rendered HTML text nodes and promotes bare
ifc:// strings to <a> elements, which replaceIfcAnchors() then converts
to preview figures.  The [title](ifc://...) form was already handled by
Goldmark's standard link parser, so no Go extension is needed at all.

Removes ifc_url.go and ifc_url_test.go (the goldmark AST transformer
and renderer) from the repository.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-17 11:07:47 +01:00
..
assets Replace Go goldmark extension with JS text-node linkification 2026-05-17 11:07:47 +01:00