You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I question if the proper solution is to adjust the documentation of the std library (in these examples) to keep the setence on one line or if the docs parser needs to be adjusted.
Take the
@std/fmt
module as an example:When scrolling through the
docs
, there's sometimes whitespace that's missing. However, if you go to the symbol docs the whitespace looks great:Notice the
tostdout
has no space betweento
andstdout
in the first example but does on the second example. This is how it looks in githubAnd in Visual Studio Code:
It seems like the problem is the new line, so I think this is a parsing issue.
The text was updated successfully, but these errors were encountered: