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

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_r1477109763


##########
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:
   Makes sense.





> 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)

Reply via email to