Skip to content

Don't allow `<code>` snippets to be wrapped over lines

Jamie Tanna requested to merge defect/wrapped-inline-code-snippets into master

As per https://stackoverflow.com/a/12913510 we don't want to allow inline code snippets to line break over lines, i.e. if it's a long branch name.

This magic setting forces it to not break it.

Closes jamietanna/jvt.me#361.

Merge request reports