From ffdb93fa29101134cd19b34ebd800e5c389076f5 Mon Sep 17 00:00:00 2001 From: Anton Bachin Date: Tue, 4 Oct 2016 10:02:35 -0500 Subject: [PATCH] Docs: fix broken Ppx_lwt page Problem introduced in 3f3112a1415611cf0a82f6ca3518e85ca5ab57f8. The blank line after "{v" is necessary to cause wikidoc to produce the needed Wiki Creole markup. The same is true of the single space preceding "v}". Resolves #263. [skip ci] --- ppx/ppx_lwt.mli | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ppx/ppx_lwt.mli b/ppx/ppx_lwt.mli index 16489b5771..ba82f3f37f 100644 --- a/ppx/ppx_lwt.mli +++ b/ppx/ppx_lwt.mli @@ -186,10 +186,11 @@ else The debug mode can be disabled with the option [-no-debug]: - {[ + {v + $ ocamlfind ocamlc -package lwt.ppx \ -ppxopt lwt.ppx,-no-debug -linkpkg -o foo foo.ml - ]} + v} {2 Sequence}