Right aligning internal references is very undesirable in API documentation with typed arguments #137
-
This change was added here: bb46d32 Internal references are quite common in API documentation where arguments are typed, for example in this case, the return type is moved all the way right and overlaps with the source link: This is even more disruptive when types are moved out of the argument list, like in this case with I don't know if there is easy way to make this change for |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 8 replies
-
Could you share the documentation that this is happening with? Either hosted online, or with a self-contained reproducer for it. |
Beta Was this translation helpful? Give feedback.
-
Reproducible with Just fussing in the style editor, I found that I could fix this by taking Given how much nicer this looks with a multiline function signature, is it out of bounds to suggest that
|
Beta Was this translation helpful? Give feedback.
-
This is now fixed, and a part of beta 35. Thanks @sirosen for the fix! ^>^ |
Beta Was this translation helpful? Give feedback.
This is now fixed, and a part of beta 35. Thanks @sirosen for the fix! ^>^