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:
Simon Hausmann 2023-08-15 15:45:47 +02:00 committed by Simon Hausmann
parent 26347b7c7a
commit 65f371cca7
2 changed files with 2 additions and 2 deletions

View file

@ -3,4 +3,4 @@
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.
See also [](verticalbox.md).
See also [`VerticalBox`](verticalbox.md).

View file

@ -3,4 +3,4 @@
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.
See also [](horizontalbox.md).
See also [`HorizontalBox`](horizontalbox.md).