Cannot delete blank space in unordered list
プラットフォームについて: Data Center - この記事は、Data Center プラットフォームのアトラシアン製品に適用されます。
このナレッジベース記事は製品の Data Center バージョン用に作成されています。Data Center 固有ではない機能の Data Center ナレッジベースは、製品のサーバー バージョンでも動作する可能性はありますが、テストは行われていません。サーバー*製品のサポートは 2024 年 2 月 15 日に終了しました。サーバー製品を利用している場合は、アトラシアンのサーバー製品のサポート終了のお知らせページにて移行オプションをご確認ください。
*Fisheye および Crucible は除く
症状
When an unordered list is pasted into a Confluence page (source unknown), there will be a blank space between the first bullet and the fist letter. The problem existed even after removing it in the editor and the page is saved. See example:
診断
Install Confluence Source Editor from Atlassian Marketplace and launch it on the affected page. Look for extra HTML span tags like the below example
<span style="color: rgb(0,0,0);"> </span>
原因
Additional span tags may contain extra blank space(s) that distorts the following line after it.
ソリューション
- Install Confluence Source Editor (free) to allow users to view underlying format in a page.
Remove unnecessary span tags.
ページを保存します。
Note: Precaution when transferring unfamiliar content as it may contain extra HTML element that may results Confluence editor to render it incorrectly.