From 2aca9af12d9f86b56fd5da65fcfb69e74c0f6034 Mon Sep 17 00:00:00 2001 From: Jon Ludlam Date: Thu, 20 Mar 2025 11:36:40 +0000 Subject: [PATCH] Minor doc fix! --- doc/odoc_for_authors.mld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/odoc_for_authors.mld b/doc/odoc_for_authors.mld index 97e095a990..7280b7e323 100644 --- a/doc/odoc_for_authors.mld +++ b/doc/odoc_for_authors.mld @@ -493,7 +493,7 @@ Here is some Python code: Code blocks may have arbitrary metadata associated with them. This metadata is used, for example, for selecting code blocks when extracting them from a source file via the [odoc extract-code] command. The metadata may also be used by other tools that -operate on code blocks, for example, {{!https://github.com/realworldocaml/mdx}mdx}. +operate on code blocks, for example, {{:https://github.com/realworldocaml/mdx}mdx}. The metadata follows immediately after the language header, and is a list of tags and bindings, separated by whitespace. Tags are simple keywords, and bindings are key-value pairs separated by an equals sign. If whitespace