It converts HTML headers (h1, h2, h3, h4, h5 & h6) into links.
Finds links in text and converts them to <a> elements
Makes URLs, IPs and file paths clickable in Tabby
Mediawiki-style internal links, for Noddity blogs
Tabby core
A simple Vue directive to turn URL's and emails into clickable links
Hubot listens for an occurence of your JIRA project prefixes + a number and responds with full clickable links to the tickets.
Render Noddity posts to the DOM
A JavaScript library for linkification stuff
A client-side cms with a flat-file backend
Assert that a Noddity post file can be parsed by the butler, and rendered by Ractive.
Glossary auto-linking, content linkification, SEO helpers, and tooltip CSS for VitePress sites
Generate static HTML from Noddity posts
Glossary auto-linking, content linkification, SEO helpers, and tooltip CSS for VitePress sites
A server for making servers
module to convert markdown files with jira issues into markdown links to the apache issue tracker
Converts links in text to Material-UI Links using the Markdown Linkify library
Tabby core
Script to Download videos from youtube, rai.tv, mediaset, la7 and hundreds of other sites
Links recognition library with FULL unicode support
Tabby core
Converts links in text to Material-UI Links using the Markdown Linkify library
Links recognition library with FULL unicode support
Links recognition library with FULL unicode support
A yew component for automatically linkifying your text
Finds URLs and email addresses in plain text. Takes care to get the boundaries right with surrounding punctuation like parentheses.
Markdown preprocessor for substiting link shorthands to valid links according to configurable regexes and custom substitution implementations
Automatic links for pulldown-cmark
Rust library to access the Zulip API
A 100% CommonMark-compatible GitHub Flavored Markdown parser and renderer
HTML Sanitization
A text processing CLI and library that helps sanitize text by removing the naughty bits to make strings good and safe.
Iterator for interleaving included and excluded ranges
A fast, async link checker
A fast, async link checker
A Matrix chat client written using Makepad + Robius app dev framework in Rust.
Enables other rails applications to register Linkify resources and remotely update Linkify.
Ruby version of linkify-it for motion-markdown-it, for Ruby and RubyMotion
Linkify issue numbers (#123) and github users (@gregbell) in markdown changelogs.
This is an adaptation of the extraction of the `auto_link` method from rails that is the rails_autolink gem. The `auto_link` method was removed from Rails in version Rails 3.1. This gem is meant to bridge the gap for people migrating...and behaves a little differently from the parent gem we forked from: * performs html-escaping of characters such as '&' in strings that are getting linkified if the incoming string is not html_safe? * retains html-safety of incoming string (if input string is unsafe, will return unsafe and vice versa) * fixes at least one bug: (<img src="http://some.u.rl"> => <img src="<a href="http://some.u.rl">http://some.u.rl</a>">) though can't imagine this is intended behavior, also have trouble believing that this was an open bug in rails...