From d8f16b1b675445c4412d146cbf7c4825a691951e Mon Sep 17 00:00:00 2001 From: Max Franz Date: Wed, 14 Aug 2024 17:22:51 -0400 Subject: [PATCH] Correct formatting for *-endpoint Ref: First-party TypeScript definitions #3166 --- documentation/md/style.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/md/style.md b/documentation/md/style.md index ce28bc764..00cd38494 100644 --- a/documentation/md/style.md +++ b/documentation/md/style.md @@ -592,7 +592,7 @@ Only mid arrows are supported on haystack edges. ## Edge endpoints -`source-endpoint` & `target-endpoint` : Specifies the endpoint of the source side of the edge and the target side of the edge, respectively. There are several options for how those properties can be set: +**`source-endpoint`** & **`target-endpoint`** : Specifies the endpoint of the source side of the edge and the target side of the edge, respectively. There are several options for how those properties can be set: - A special, named value may be used. - `outside-to-node` (default) indicates that the edge should be placed automatically to point towards the node's position and be placed on the outside of the node's shape.