From da1d9ad1c49f31fc9031fd1bc6661dad3600e40c Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Fri, 4 Jun 2021 22:56:27 +0200 Subject: Added markdown output --- editor/actions/editor_actions.mli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editor/actions/editor_actions.mli') diff --git a/editor/actions/editor_actions.mli b/editor/actions/editor_actions.mli index 0e9997b..a0a3c3b 100755 --- a/editor/actions/editor_actions.mli +++ b/editor/actions/editor_actions.mli @@ -2,7 +2,7 @@ type t (** Create the elements to be declared inside the panel *) val build - : unit -> t + : Prosemirror.t -> t (** Get the events triggered by the actions buttons *) val get_event -- cgit v1.2.3