diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-05-20 21:56:19 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-05-20 22:05:55 +0200 |
| commit | f692a5efc62bf95f57d123895b7dce55d2eb9741 (patch) | |
| tree | ab90e2ba8ea513a144a087e1f3e038c75748a8b4 /library/src/meta | |
| parent | 1321862cd54eb4abefb5d435285e3de9e0848c4c (diff) | |
Version bumpv0.4.0
Diffstat (limited to 'library/src/meta')
| -rw-r--r-- | library/src/meta/figure.rs | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/library/src/meta/figure.rs b/library/src/meta/figure.rs index 5476b367..945a812a 100644 --- a/library/src/meta/figure.rs +++ b/library/src/meta/figure.rs @@ -95,21 +95,13 @@ pub struct FigureElem { /// automatic detection. This can be useful if /// - you wish to create a custom figure type that is not an /// [image]($func/image), a [table]($func/table) or [code]($func/raw), - /// - you want to force the figure to use a counter regardless of its - /// content. + /// - you want to force the figure to use a specific counter regardless of + /// its content. /// /// You can set the kind to be an element function or a string. If you set /// it to an element function that is not supported by the figure, you will /// need to manually specify the figure's supplement. /// - /// The figure's automatic detection is based on a priority list to select - /// the element that is likely to be the most important one. If the figure's - /// body contains multiple valid elements, the one with the highest priority - /// is selected. The priority list is as follows: - /// - [image]($func/image) is the most important, - /// - [code]($func/raw) is the second most important, - /// - [table]($func/table) is the least important one. - /// /// ```example /// #figure( /// circle(radius: 10pt), |
