mirror of
https://github.com/nushell/nushell.git
synced 2025-05-10 09:52:58 +00:00
# Description this addresses the comments of @fdncred from https://github.com/nushell/nushell/issues/8713#issuecomment-1498206087 the exact ANSI link has been generated with ```bash "https://en.wikipedia.org/wiki/ANSI_escape_code" | ansi link --text "ANSI escape code" | debug -r ``` # User-Facing Changes there is now an ANSI link in the `ansi` help page instead of a markdown link. # Tests + Formatting ``` $nothing ``` # After Submitting ``` $nothing ```