package cmarkit

  1. Overview
  2. Docs

Autolinks.

type t

The type for autolinks.

val make : string node -> t

autolink link is an autolink for link which must be a CommonMark absolute URI or a CommonMark email address.

val is_email : t -> bool

is_email a is true iff link a is a CommonMark email address.

link a is the CommonMark absolute URI or email address.