Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Rendered emails become URL-encoded #395

Closed
Bauke opened this issue Nov 28, 2022 · 0 comments · Fixed by #421
Closed

Rendered emails become URL-encoded #395

Bauke opened this issue Nov 28, 2022 · 0 comments · Fixed by #421
Assignees
Labels

Comments

@Bauke
Copy link

Bauke commented Nov 28, 2022

Actual behavior

When the TLDR is rendered, emails are URL-encoded. For example using tldr gpg:

  - Export public key for mailto:alice@example.com (output to stdout):
    gpg --export --armor alice@example.com

Expected behavior

Using the Python client and the same example, the output is correct:

  - Export public key for alice@example.com (output to stdout):
    gpg --export --armor alice@example.com

Environment

  • Node.js v18.12.1
  • tldr v3.3.8

Accidentally made this issue in tldr first. (^:

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants