forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit88d934f
committed
Doc: introduce and document "&zwsp;" for allowing optional line breaks.
We already had a couple of places using zero-width spaces for formattinghackery, and we're going to need more if we ever want the PDF manuals tolook decent. But please let's not write hard-coded Unicode escapes.We can avoid that by using a custom entity, which also provides a placeto put a teeny bit of documentation about what it is and how to use it.I'd previously posted a patch using "&break;" for this, but on reflectionthat would be horrible to grep for. Instead let's use "&zwsp;", basedon the name of the Unicode symbol ("zero width space").Discussion:https://postgr.es/m/9326.1581457869@sss.pgh.pa.us1 parentdbc60c5 commit88d934f
2 files changed
+12
-5
lines changedLines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2981 | 2981 |
| |
2982 | 2982 |
| |
2983 | 2983 |
| |
2984 |
| - | |
| 2984 | + | |
2985 | 2985 |
| |
2986 | 2986 |
| |
2987 | 2987 |
| |
| |||
3032 | 3032 |
| |
3033 | 3033 |
| |
3034 | 3034 |
| |
3035 |
| - | |
| 3035 | + | |
3036 | 3036 |
| |
3037 | 3037 |
| |
3038 | 3038 |
| |
| |||
3047 | 3047 |
| |
3048 | 3048 |
| |
3049 | 3049 |
| |
3050 |
| - | |
| 3050 | + | |
3051 | 3051 |
| |
3052 | 3052 |
| |
3053 | 3053 |
| |
| |||
3062 | 3062 |
| |
3063 | 3063 |
| |
3064 | 3064 |
| |
3065 |
| - | |
| 3065 | + | |
3066 | 3066 |
| |
3067 | 3067 |
| |
3068 | 3068 |
| |
| |||
3077 | 3077 |
| |
3078 | 3078 |
| |
3079 | 3079 |
| |
3080 |
| - | |
| 3080 | + | |
3081 | 3081 |
| |
3082 | 3082 |
| |
3083 | 3083 |
| |
|
Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
14 | 21 |
| |
15 | 22 |
| |
16 | 23 |
| |
|
0 commit comments
Comments
(0)