From 89742c60698b8bbe0e0d6278c97229f816cf2d4e Mon Sep 17 00:00:00 2001 From: chabotsi <956950+chabotsi@users.noreply.github.com> Date: Mon, 4 Apr 2022 05:12:35 +0200 Subject: [PATCH] DOCS: add a missing ref (#1687) Co-authored-by: Chris Holdgraf <choldgraf@berkeley.edu> --- docs/content/references.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/references.md b/docs/content/references.md index 6a7f919c..f602b710 100644 --- a/docs/content/references.md +++ b/docs/content/references.md @@ -87,7 +87,7 @@ Then, reference the figure by its `:name:` value. For example: | `` Here is [](my-fig-ref) `` | Here is [](my-fig-ref) | | `` Here is [My cool fig](my-fig-ref) `` | Here is [My cool fig](my-fig-ref) | | `` Here is {numref}`my-fig-ref` `` | Here is {numref}`my-fig-ref` | -| `` Here is {numref}`Custom Figure %s text ` `` | Here is {numref}`Custom Figure %s text <my-fig-ref>` | +| `` Here is {numref}`Custom Figure %s text <my-fig-ref>` `` | Here is {numref}`Custom Figure %s text <my-fig-ref>` | (references:tables)= ## Reference tables -- GitLab