Join GitHub today
GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.
Sign upChange type annotation arrow character #51
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
Yes, it does render on the smaller side (I guess that is why they created a bigger one!) Another option would be to just use the same "->" arrow that is used in the source? |
This comment has been minimized.
This comment has been minimized.
|
Or maybe an arrow styled in CSS? How does this look to you? <span style="transform:scale(1.5, 3); display:inline-block; top:-3px; position:relative; margin:0 4px;">→</span> |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
Then let's change to |
marcwilson
and others
added some commits
Apr 26, 2019
kernc
force-pushed the
marcwilson:master
branch
from
9773e18
to
47a1fba
May 1, 2019
kernc
merged commit 92c6a8a
into
pdoc3:master
May 1, 2019
1 check passed
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.



marcwilson commentedApr 26, 2019
The new type annotations HTML output use an arrow character that isn't widely supported, or at least it doesn't render for me in Chrome 73 on macOS Mojave.
Can we change to a more commonly supported character, ie: →
Change from the arrow character used to render the return type annotation from
WIDE-HEADED RIGHTWARDS LIGHT BARB ARROW (http://www.fileformat.info/info/unicode/char/1f862/index.htm)
to the more widely supported
RIGHTWARDS ARROW (https://www.fileformat.info/info/unicode/char/2192/index.htm)