You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Konrad Windszus (Jira)" <ji...@apache.org> on 2023/02/12 09:57:00 UTC

[jira] [Resolved] (DOXIA-693) Markdown Sink: Incorrect ordered list item prefixes

     [ https://issues.apache.org/jira/browse/DOXIA-693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Konrad Windszus resolved DOXIA-693.
-----------------------------------
    Fix Version/s: 2.0.0-M6
       Resolution: Fixed

Fixed in https://github.com/apache/maven-doxia/commit/67e13c421cb1a82b84b8c4b0b57ff5ea8da77103.

> Markdown Sink: Incorrect ordered list item prefixes
> ---------------------------------------------------
>
>                 Key: DOXIA-693
>                 URL: https://issues.apache.org/jira/browse/DOXIA-693
>             Project: Maven Doxia
>          Issue Type: Bug
>            Reporter: Konrad Windszus
>            Assignee: Konrad Windszus
>            Priority: Major
>             Fix For: 2.0.0-M6
>
>
> For numbered list the markdown sink just emits the prefix {{1}} without the necessary trailing dot. Therefore when rendering that markdown in XHTML the numbered lists item appears as regular paragraph.
> Also markdown only specifies numerical ordered lists ([https://daringfireball.net/projects/markdown/syntax#list,] [https://spec.commonmark.org/0.30/#list-items)] so prefixes like {{{}a{}}}, {{{}i{}}}, {{A}} or {{I}} are just invalid.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)