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
The rendered output of pages should be displayed as is without a redundant "See also:" entry below the pages.
Actual behavior
Currently, the rendered output of pages displays the "See also:" line twice and in pages using a description like encfs it might be useful but still redundant.
Also in pages where we add it to an existing line in those cases this additional rendering doesn't take place:
What do you guys think, should we remove it? (IMO removing it will make the rendering consistent with other clients which doesn't do this)
If we decide to go with it, removing the below lines would resolve this issue:
Expected behavior
Continuing tldr-pages/tldr#5190 (comment) (cc @sbrl).
The rendered output of pages should be displayed as is without a redundant "See also:" entry below the pages.
Actual behavior
Currently, the rendered output of pages displays the "See also:" line twice and in pages using a description like
encfs
it might be useful but still redundant.Also in pages where we add it to an existing line in those cases this additional rendering doesn't take place:
What do you guys think, should we remove it? (IMO removing it will make the rendering consistent with other clients which doesn't do this)
If we decide to go with it, removing the below lines would resolve this issue:
tldr-node-client/lib/render.js
Lines 48 to 52 in 3e65c25
Environment
node --version
):v20.9.0
tldr --version
):3.4.0
The text was updated successfully, but these errors were encountered: