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

line wrapping #734

Closed
timotheecour opened this issue May 15, 2021 · 3 comments
Closed

line wrapping #734

timotheecour opened this issue May 15, 2021 · 3 comments

Comments

@timotheecour
Copy link
Owner

timotheecour commented May 15, 2021

refs https://stackoverflow.com/questions/41238148/how-to-line-wrap-long-lines-inside-markdown-code-blocks-in-githubgitlab/67544049#67544049

Example

some very long line; some very long line; some very long line; some very long line; some very long line; some very long line; some very long line; some very long line; some very long line; some very long line; 

refs https://stackoverflow.com/a/67544049/1426932

<style> code { white-space : pre-wrap !important; } </style>
some very long line; some very long line; some very long line; some very long line; some very long line; some very long line; some very long line; some very long line; some very long line; some very long line; 
@juancarlospaco
Copy link
Collaborator

It is not working for me.
For what specifically ?.
Maybe we can open an issue on a project like https://github.com/softvar/enhanced-github

@timotheecour
Copy link
Owner Author

timotheecour commented May 16, 2021

for me neither (i was trying to double check if a SO answer would work, refs https://stackoverflow.com/questions/41238148/how-to-line-wrap-long-lines-inside-markdown-code-blocks-in-githubgitlab/67544049?noredirect=1#comment119386193_67544049; it doesn't work in github issues is the conclusion)

For what specifically ?.

wrapping long lines inside code blocks

@timotheecour
Copy link
Owner Author

Maybe we can open an issue on a project like softvar/enhanced-github

done: softvar/enhanced-github#95

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

No branches or pull requests

2 participants