This issue has been created
 
 
XWiki Platform / cid:jira-generated-image-avatar-93c82976-b654-4f43-bdbc-ed3546abf9f3 XWIKI-24002 Open

Definition lists are converted to bulleted lists

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-d9e3f7e5-bb41-4ff6-810c-be203ef2e186 Marius Dumitru Florea created this issue on 10/Feb/26 17:30
 
Summary: Definition lists are converted to bulleted lists
Issue Type: cid:jira-generated-image-avatar-93c82976-b654-4f43-bdbc-ed3546abf9f3 Bug
Affects Versions: 18.1.0-rc-1
Assignee: Unassigned
Components: Blocknote
Created: 10/Feb/26 17:30
Priority: cid:jira-generated-image-static-major-22f6fec6-4dd0-496a-b8ed-c64e804e2582 Major
Reporter: Marius Dumitru Florea
Description:

Follow these steps to reproduce:

  • Create a new page with this content
    ; color
    : red
    
  • Edit the page with BlockNote: the definition list looks like a bulleted list
  • Save the page: you end up with a bulleted list

The root problem is that BlockNote is not supporting definition lists. The UniAst renderer is converting the definition lists to bulleted lists so that their content can at leave be edited.