{"id":32170888,"url":"https://github.com/krepflap/ex_autolink","last_synced_at":"2026-02-27T19:48:56.329Z","repository":{"id":62429041,"uuid":"192179839","full_name":"krepflap/ex_autolink","owner":"krepflap","description":"Elixir library for generating html hyperlinks from text","archived":false,"fork":false,"pushed_at":"2019-07-17T07:15:37.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-11-22T11:24:08.902Z","etag":null,"topics":["elixir"],"latest_commit_sha":null,"homepage":"https://hex.pm/packages/ex_autolink","language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/krepflap.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-06-16T10:49:58.000Z","updated_at":"2019-07-17T08:51:18.000Z","dependencies_parsed_at":"2022-11-01T19:46:10.850Z","dependency_job_id":null,"html_url":"https://github.com/krepflap/ex_autolink","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/krepflap/ex_autolink","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krepflap%2Fex_autolink","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krepflap%2Fex_autolink/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krepflap%2Fex_autolink/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krepflap%2Fex_autolink/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/krepflap","download_url":"https://codeload.github.com/krepflap/ex_autolink/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krepflap%2Fex_autolink/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29911347,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-27T19:37:42.220Z","status":"ssl_error","status_checked_at":"2026-02-27T19:37:41.463Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["elixir"],"created_at":"2025-10-21T17:37:17.423Z","updated_at":"2026-02-27T19:48:56.324Z","avatar_url":"https://github.com/krepflap.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ExAutolink\n\nBasic conversion of http(s) links in text to html hyperlinks.\n\n## Features\n\n* Convert `http://` and `https://` links to html hyperlinks (`\u003ca\u003e` tags)\n* You can pass in entire blocks of text containing multiple links\n* Pass in any extra custom attributes you want\n* Respects punctuation in text so links don't break\n\nAnti-features:\n\n* Doesn't sanitize HTML in your text input. See\n  [html_sanitize_ex](https://github.com/rrrene/html_sanitize_ex)\n  if you don't control the input\n\n## Installation\n\nThe package can be installed by adding `ex_autolink` to your list of\ndependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:ex_autolink, \"~\u003e 0.2.0\"}\n  ]\nend\n```\n\n## Usage\n\n```elixir\n  iex\u003e ExAutolink.link(\"https://elixir-lang.org\")\n  \"\u003ca href=\\\"https://elixir-lang.org\\\"\u003ehttps://elixir-lang.org\u003c/a\u003e\"\n\n  iex\u003e ExAutolink.link(\"Go here: https://elixir-lang.org/.\")\n  \"Go here: \u003ca href=\\\"https://elixir-lang.org/\\\"\u003ehttps://elixir-lang.org/\u003c/a\u003e.\"\n\n  iex\u003e ExAutolink.link(\"https://ja.wikipedia.org/wiki/Elixir_(プログラミング言語)\")\n  \"\u003ca href=\\\"https://ja.wikipedia.org/wiki/Elixir_(プログラミング言語)\\\"\u003ehttps://ja.wikipedia.org/wiki/Elixir_(プログラミング言語)\u003c/a\u003e\"\n\n  iex\u003e ExAutolink.link(\"https://elixir-lang.org!\", args: %{class: \"myclass active\", rel: \"nofollow noreferrer\"})\n  \"\u003ca href=\\\"https://elixir-lang.org\\\" class=\\\"myclass active\\\" rel=\\\"nofollow noreferrer\\\"\u003ehttps://elixir-lang.org\u003c/a\u003e!\"\n```\n\n## License\n\nMIT.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrepflap%2Fex_autolink","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkrepflap%2Fex_autolink","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrepflap%2Fex_autolink/lists"}