We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 183fd73 commit 4150336Copy full SHA for 4150336
lib/mrkdwn.ml
@@ -68,7 +68,7 @@ let rec mrkdwn_of_md md =
68
(* [rc] stores all refs from document, so it's enough to record just the
69
first encounter
70
*)
71
- if Option.is_empty !references then references := Some rc;
+ if Option.is_none !references then references := Some rc;
72
(* [fallback#to_string] renders as
73
[<text>][<name>] for Ref, e.g., [interesting fact][1]
74
and
0 commit comments