Remove unnecessary backticks

Fixes #2447
This commit is contained in:
Laurenz 2023-10-22 14:46:51 +02:00
parent f81a8d00e3
commit 69191b6b20

View File

@ -83,7 +83,6 @@ pub struct BibliographyElem {
/// The bibliography's heading will not be numbered by default, but you can
/// force it to be with a show-set rule:
/// `{show bibliography: set heading(numbering: "1.")}`
/// ```
#[default(Some(Smart::Auto))]
pub title: Option<Smart<Content>>,