Preformatted formatting requirements
Open
Best practices - styling
Best practices - tagging
Topic - css
Topic - formatting requirements
- Dominant language
- HTML
- Stars
- 27
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
The normal behaviour for words in a paragraph of text is that they can wrap to fill the available line width.
Sometimes, certain blocks of text must not be wrapped. Examples might include:
- particular mathematical equations
- systems of music in the bar-over-bar format
- any text which must appear unbroken on a line or lines
The standard CSS white-space: nowrap; can be used to accomplish this.
Note that it is likely that the HTML pre tag will be used.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.