How to include semicolon as part of text and not citation separator? #10883
-
I want to use a semicolon as part of a citation text and not to separate between citations. How do I do this? This is what I have so far: ---
csl: https://www.zotero.org/styles/chicago-fullnote-bibliography
title: Test Document
references:
- author:
- literal: Al-Ḥākim, Muḥammad ibn ʿAbd Allāh
id: mustadrakhakim
issued: 2014
number-of-volumes: 9
publisher: Dār al-Taʾṣīl
publisher-place: Beirut
title: "[Al-Mustadrak ʿalá al-Ṣaḥīḥayn]{.nocase}"
type: book
---
This is citation with a semicolon in the text but not for separating
citations.[@mustadrakhakim, vol. 1, p. 460, no. 461. Al-Haythamī said in
*al-Zawāʾid*, “It was narrated by Abū Yaʿlá and al-Bazzār; its narrators are
those of the *Ṣaḥīḥ*.”]
This is citation without a semicolon in the text.[@mustadrakhakim, vol. 1, p.
460, no. 461. Al-Haythamī said in *al-Zawāʾid*, “It was narrated by Abū Yaʿlá
and al-Bazzār its narrators are those of the *Ṣaḥīḥ*.”] This is the output: Output was compiled using Pandoc
The first instance breaks and the text floods into the main text. I've tried escaping it using How can I include a semicolon in the citation text? |
Beta Was this translation helpful? Give feedback.
Answered by
khalid-hussain
May 30, 2025
Replies: 1 comment
-
I'm sorry. I had some other programs in the pipeline before reaching the final output. Escaping does indeed work. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
khalid-hussain
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm sorry. I had some other programs in the pipeline before reaching the final output. Escaping does indeed work.