You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2024/02/03 18:18:00 UTC

[jira] [Commented] (DOXIA-728) MarkdownSink: Support blockquotes

    [ https://issues.apache.org/jira/browse/DOXIA-728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17813972#comment-17813972 ] 

ASF GitHub Bot commented on DOXIA-728:
--------------------------------------

michael-o commented on code in PR #198:
URL: https://github.com/apache/maven-doxia/pull/198#discussion_r1477108496


##########
doxia-modules/doxia-module-markdown/src/main/java/org/apache/maven/doxia/module/markdown/MarkdownMarkup.java:
##########
@@ -77,11 +77,11 @@ public interface MarkdownMarkup extends TextMarkup {
     /** Syntax for the link start: "](" */
     String LINK_START_2_MARKUP = "](";
 
-    /** Syntax for the ordered list item: '1.' */
-    String LIST_ORDERED_ITEM_START_MARKUP = "1.";
+    /** Syntax for the ordered list item: '1. ' */
+    String LIST_ORDERED_ITEM_START_MARKUP = "1. ";
 
-    /** Syntax for the unordered list item: "-" */
-    String LIST_UNORDERED_ITEM_START_MARKUP = "-";
+    /** Syntax for the unordered list item: "- " */
+    String LIST_UNORDERED_ITEM_START_MARKUP = "- ";

Review Comment:
   This is rather a fix, right?





> MarkdownSink: Support blockquotes
> ---------------------------------
>
>                 Key: DOXIA-728
>                 URL: https://issues.apache.org/jira/browse/DOXIA-728
>             Project: Maven Doxia
>          Issue Type: Improvement
>    Affects Versions: 2.0.0-M9
>            Reporter: Konrad Windszus
>            Assignee: Konrad Windszus
>            Priority: Major
>




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