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

Cannot highlight a line that includes pipes - all pipes disappear #669

Closed
mhwelander opened this issue Jul 16, 2020 · 1 comment
Closed
Labels
web/bug A reported bug for the website. web/candidate Candidate for next Web Sprint

Comments

@mhwelander
Copy link
Contributor

If I add a | character to the start of this line, all pipe characters disappear:

export declare type InputJsonValue = undefined |  string | number | boolean | null | InputJsonObject | InputJsonArray

becomes

export declare type InputJsonValue = undefined    string   number   boolean   null   InputJsonObject   InputJsonArray
@mhwelander mhwelander added web/bug A reported bug for the website. web/candidate Candidate for next Web Sprint labels Jul 16, 2020
@nikolasburk nikolasburk added docs/candidate web/candidate Candidate for next Web Sprint and removed web/candidate Candidate for next Web Sprint docs/candidate labels Jul 17, 2020
@mhwelander
Copy link
Contributor Author

✔️ Validated, looks great!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
web/bug A reported bug for the website. web/candidate Candidate for next Web Sprint
Projects
None yet
Development

No branches or pull requests

3 participants