[ https://issues.apache.org/jira/browse/DOXIA-753?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Konrad Windszus updated DOXIA-753: ---------------------------------- Description: Due to a blank line inside nested list items they are always rendered as [loose lists|https://spec.commonmark.org/0.31.2/#loose]. This is a regression of DOXIA-749. Example markdown being emitted for a nested list {code} # Guide to Configuring Plug\-ins - [Introduction](Introduction) - [Generic Configuration](Generic\_Configuration) - [Help Goal](Help\_Goal) - [Configuring Parameters](Configuring\_Parameters) - [Mapping Value Objects](Mapping\_Value\_Objects) - [Mapping Complex Objects](Mapping\_Complex\_Objects) - [Mapping Collection Types](Mapping\_Collection\_Types) - [Mapping Collections and Arrays](Mapping\_Collections\_and\_Arrays) - [Mapping Maps](Mapping\_Maps) - [Mapping Properties](Mapping\_Properties) - [Configuring Build Plugins](Configuring\_Build\_Plugins) - [Using the <executions> Tag](Using\_the\_\.3Cexecutions\.3E\_Tag) - [Using the <dependencies> Tag](Using\_the\_\.3Cdependencies\.3E\_Tag) - [Using the <inherited> Tag In Build Plugins](Using\_the\_\.3Cinherited\.3E\_Tag\_In\_Build\_Plugins) - [Configuring Reporting Plugins](Configuring\_Reporting\_Plugins) - [Using the <reporting> Tag VS <build> Tag](Using\_the\_\.3Creporting\.3E\_Tag\_VS\_\.3Cbuild\.3E\_Tag) - [Using the <reportSets> Tag](Using\_the\_\.3CreportSets\.3E\_Tag) - [Using the <inherited> Tag In Reporting Plugins](Using\_the\_\.3Cinherited\.3E\_Tag\_In\_Reporting\_Plugins) {code} was:Due to a blank line of nested list items they are always rendered as [loose lists|https://spec.commonmark.org/0.31.2/#loose]. This is a regression of DOXIA-749. > MarkdownSink: Nested lists are loose instead of tight > ----------------------------------------------------- > > Key: DOXIA-753 > URL: https://issues.apache.org/jira/browse/DOXIA-753 > Project: Maven Doxia > Issue Type: Bug > Reporter: Konrad Windszus > Assignee: Konrad Windszus > Priority: Major > > Due to a blank line inside nested list items they are always rendered as > [loose lists|https://spec.commonmark.org/0.31.2/#loose]. This is a regression > of DOXIA-749. > Example markdown being emitted for a nested list > {code} > # Guide to Configuring Plug\-ins > - [Introduction](Introduction) > - [Generic Configuration](Generic\_Configuration) > - [Help Goal](Help\_Goal) > - [Configuring Parameters](Configuring\_Parameters) > - [Mapping Value Objects](Mapping\_Value\_Objects) > - [Mapping Complex Objects](Mapping\_Complex\_Objects) > - [Mapping Collection Types](Mapping\_Collection\_Types) > - [Mapping Collections and > Arrays](Mapping\_Collections\_and\_Arrays) > - [Mapping Maps](Mapping\_Maps) > - [Mapping Properties](Mapping\_Properties) > - [Configuring Build Plugins](Configuring\_Build\_Plugins) > - [Using the <executions> Tag](Using\_the\_\.3Cexecutions\.3E\_Tag) > - [Using the <dependencies> > Tag](Using\_the\_\.3Cdependencies\.3E\_Tag) > - [Using the <inherited> Tag In Build > Plugins](Using\_the\_\.3Cinherited\.3E\_Tag\_In\_Build\_Plugins) > - [Configuring Reporting Plugins](Configuring\_Reporting\_Plugins) > - [Using the <reporting> Tag VS <build> > Tag](Using\_the\_\.3Creporting\.3E\_Tag\_VS\_\.3Cbuild\.3E\_Tag) > - [Using the <reportSets> Tag](Using\_the\_\.3CreportSets\.3E\_Tag) > - [Using the <inherited> Tag In Reporting > Plugins](Using\_the\_\.3Cinherited\.3E\_Tag\_In\_Reporting\_Plugins) > {code} -- This message was sent by Atlassian Jira (v8.20.10#820010)