package slack

  1. Overview
  2. Docs

Module Slack_lib.MrkdwnSource

Sourceval escape_mrkdwn : string -> string

Mrkdwn formatting https://api.slack.com/reference/surfaces/formatting#basics

Sourceval escaped_mrkdwn_re : Re2.t
Sourceval unescape_mrkdwn : string -> string
Sourceval bold : string -> string
Sourceval italicize : string -> string
Sourceval strike : string -> string
Sourceval line_break : string -> string
Sourceval blk_quote : string -> string
Sourceval inline_code : string -> string
Sourceval multiline_code : string -> string
Sourceval list : string list -> string
Sourceval mention_user : string -> string
Sourceval mention_usergroup : string -> string
Sourceval mention_re : Re2.t
Sourceval highlight_mentions : (string -> [< `Group of string | `User of string ] option) -> string -> string
Sourcemodule Cmarkit_slack : sig ... end
Sourceval of_doc : Cmarkit.Doc.t -> string
OCaml

Innovation. Community. Security.