package cmarkit

  1. Overview
  2. Docs

Strikethrough.

type inline := t
type t

The type for strikethrough.

val make : inline -> t

make i is i with a strikethrough.

val inline : t -> inline

inline s is the inline with a strikethrough.