package slack

  1. Overview
  2. Docs
Slack API implementation

Install

Dune Dependency

Authors

Maintainers

Sources

0.1.tar.gz
md5=f3be3accbb3b77babbc9b672746c603b
sha512=e715aa318eee97c65d254e1a2b052fb08a8e113d11343272c03a13cccd2f74a480678e064bcb6c901624aadcb83d16eabadbd6caa9181465a920cb69aee8f644

doc/slack.lib/Slack_lib/Mrkdwn/index.html

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.