aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/_default
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2023-10-17 18:54:19 -0400
committertdro <tdro@noreply.example.com>2023-10-17 18:54:19 -0400
commitbcf4f281836f1b87a24b1f22d9304b62ab77cdd0 (patch)
treeab791dca95113330aec25f81bdffb8fbe778fb03 /themes/default/layouts/_default
parent9f220c89cc563b5299442b3c37452ba21a4c25fe (diff)
downloadcanory-bcf4f281836f1b87a24b1f22d9304b62ab77cdd0.tar.gz
canory-bcf4f281836f1b87a24b1f22d9304b62ab77cdd0.tar.bz2
canory-bcf4f281836f1b87a24b1f22d9304b62ab77cdd0.zip
themes/default/layouts/_default/_markup/render-codeblock-mathml: Keep id style simple
Diffstat (limited to 'themes/default/layouts/_default')
-rw-r--r--themes/default/layouts/_default/_markup/render-codeblock-mathml.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/layouts/_default/_markup/render-codeblock-mathml.html b/themes/default/layouts/_default/_markup/render-codeblock-mathml.html
index 62ce0e8..f6e5b61 100644
--- a/themes/default/layouts/_default/_markup/render-codeblock-mathml.html
+++ b/themes/default/layouts/_default/_markup/render-codeblock-mathml.html
@@ -11,7 +11,7 @@
{{- end -}}
</figure>
<figcaption>
- <a href="#{{ $id }}">{{ $ordinal }}</a>
+ <a href="#{{ $id }}">({{ $ordinal }})</a>
{{ $caption | markdownify }}
</figcaption>
</figure>