mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-30 05:44:52 +00:00
Add explicit link title for cross-links
myst-parser fills the blanks in automatically, but when rendered on GH it won't.
This commit is contained in:
parent
26347b7c7a
commit
65f371cca7
2 changed files with 2 additions and 2 deletions
|
@ -3,4 +3,4 @@
|
||||||
A `HorizontalBox` is a [`HorizontalLayout`](../builtins/elements.md#verticallayout-and-horizontallayout) where the spacing and padding values
|
A `HorizontalBox` is a [`HorizontalLayout`](../builtins/elements.md#verticallayout-and-horizontallayout) where the spacing and padding values
|
||||||
depend on the style instead of defaulting to 0.
|
depend on the style instead of defaulting to 0.
|
||||||
|
|
||||||
See also [](verticalbox.md).
|
See also [`VerticalBox`](verticalbox.md).
|
||||||
|
|
|
@ -3,4 +3,4 @@
|
||||||
A `VerticalBox` is a [`VerticalLayout`](../builtins/elements.md#verticallayout-and-horizontallayout) where the spacing and padding values
|
A `VerticalBox` is a [`VerticalLayout`](../builtins/elements.md#verticallayout-and-horizontallayout) where the spacing and padding values
|
||||||
depend on the style instead of defaulting to 0.
|
depend on the style instead of defaulting to 0.
|
||||||
|
|
||||||
See also [](horizontalbox.md).
|
See also [`HorizontalBox`](horizontalbox.md).
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue