[
https://issues.apache.org/jira/browse/DOXIA-753?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Konrad Windszus resolved DOXIA-753.
-----------------------------------
Fix Version/s: 2.1.0
Resolution: Fixed
Fixed in
https://github.com/apache/maven-doxia/commit/81df7a3646d2b386579f13aad770246affe98223.
> 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
> Components: Module - Markdown
> Reporter: Konrad Windszus
> Assignee: Konrad Windszus
> Priority: Major
> Fix For: 2.1.0
>
>
> 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-728 of always emitting a blank line for each ending of a list.
> 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)