A little-known HTML tag can save a lot of headache when it comes to displaying file-paths, lines of code, or other long lines of text:
As I was working on my last post, I was running into a problem with the word wrap:
The problem was stemming from this line:
[html]/vender/extensions/{extension}/config/spree_permissions.yml[/html]
To fix this, it was a matter of inserting the
[html]/vender/extensions
After that, the word wrap was fixed:
What does the