Benzene

Results 3 issues of Benzene

**Expected Behavior** Support [OpenID Connect Back-Channel Logout. ](https://openid.net/specs/openid-connect-backchannel-1_0.html) If the OpenID Provider supports OpenID Connect Discovery 1.0, it uses this metadata value to advertise its support for back-channel logout: **backchannel_logout_supported**...

type: enhancement
status: on-hold

**Expected Behavior** Support [OpenID Connect Front-Channel Logout. ](https://openid.net/specs/openid-connect-frontchannel-1_0.html) **Current Behavior** Not yet support. **Context** If there is no direct communication between OP and RP, Back-Channel Logout protocol will not be...

type: enhancement
status: on-hold

### Issue description 文本内容渲染时若存在换行符,渲染结果的不同段落会存在问题,导致样式应用时所有正文均会变化,而非所选段落被成功应用样式信息 ![Clip_2024-01-30_10-05-01](https://github.com/Sayi/poi-tl/assets/22295395/1ea88c02-b63e-42c6-ba04-17de605e90f7) 查看渲染结果的xml发现,\n在正文中的换行与正常被渲染的结果存在差异 ![Clip_2024-01-30_10-07-36](https://github.com/Sayi/poi-tl/assets/22295395/1a2d1119-63db-4b6e-8d2e-b1aeb0ada961) ![Clip_2024-01-30_10-08-05](https://github.com/Sayi/poi-tl/assets/22295395/903ac84d-896d-4779-af23-a9f14d5a2210) 查看源代码发现 ![Clip_2024-01-30_10-08-41](https://github.com/Sayi/poi-tl/assets/22295395/78bf986d-b937-4dbc-882d-341d2e247b24) ```java textRun.addCarriageReturn();并不能实际解决换行问题 ``` ### poi-tl version 1.12.2 ### Minimal test code to reproduce the issue ```java InputStream template = new...