boostorg / boostorg/boostlook

Prevent hyphenation of entity links generated by MrDocs

Open
#80 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
CSS
Stars
3
Forks
13
Avg merge
2m
Merged PRs (30d)
1

Description

Links to C++ entities are currently subject to be split across several lines through hyphenation. For example:

![Image](https://github.com/user-attachments/assets/8d419a0d-bd1f-4c37-98e4-8a87f2878dbe)

Live: https://anarthal.github.io/mysql-mrdocs-v1/mysql/reference/boost/mysql/sequence.html (please ignore the other glitches, they're in the process of being solved).

Breaking the name of a C++ entity looks weird, as it's not legal in C++. Entity names should be limited in number of characters, so it should be safe to apply whatever CSS property is required to make the word be entirely on the next line.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.