Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Add a button that lets you copy pre-formatted Markdown with Playground information #708

Open
camelid opened this issue Apr 15, 2021 · 0 comments · May be fixed by #761
Open

Add a button that lets you copy pre-formatted Markdown with Playground information #708

camelid opened this issue Apr 15, 2021 · 0 comments · May be fixed by #761

Comments

@camelid
Copy link
Member

camelid commented Apr 15, 2021

I used to use the "open a rust-lang/rust issue" link a lot to be able to quickly copy pre-formatted example code, a playground link, and stdout, but that feature was removed due to it being used for spam (#671).

It would be nice to have a replacement feature where it would let me copy what used to go into the GitHub issue body. E.g., it would output this to a textbox that could be copied:

Code ([playground](...)):

```rust
...
```

Output:

```
...
```

This would actually be even more useful to me than the old "open a rust-lang/rust issue" link because I often want to use the output in Zulip messages or issue or PR comments.

Originally posted by @camelid in #671 (comment)

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

Successfully merging a pull request may close this issue.

1 participant