mirror of
https://github.com/typst/typst
synced 2025-05-14 04:56:26 +08:00
Add: ref description for heading supplement
Signed-off-by: Shunsuke Kimura <kimushun1101@gmail.com>
This commit is contained in:
parent
b322da930f
commit
15a69d4564
@ -21,9 +21,10 @@ use crate::text::TextElem;
|
|||||||
///
|
///
|
||||||
/// The default, a `{"normal"}` reference, produces a textual reference to a
|
/// The default, a `{"normal"}` reference, produces a textual reference to a
|
||||||
/// label. For example, a reference to a heading will yield an appropriate
|
/// label. For example, a reference to a heading will yield an appropriate
|
||||||
/// string such as "Section 1" for a reference to the first heading. The
|
/// string such as "Section 1" for a reference to the first heading. The word
|
||||||
/// references are also links to the respective element. Reference syntax can
|
/// "Section" depends on the [`lang`]($text.lang) setting and is localized
|
||||||
/// also be used to [cite] from a bibliography.
|
/// accordingly. The references are also links to the respective element.
|
||||||
|
/// Reference syntax can also be used to [cite] from a bibliography.
|
||||||
///
|
///
|
||||||
/// As the default form requires a supplement and numbering, the label must be
|
/// As the default form requires a supplement and numbering, the label must be
|
||||||
/// attached to a _referenceable element_. Referenceable elements include
|
/// attached to a _referenceable element_. Referenceable elements include
|
||||||
|
Loading…
x
Reference in New Issue
Block a user