toddfarmer commented on issue #14628:
URL: https://github.com/apache/arrow/issues/14628#issuecomment-1313782962

   Markdown's automatic ordered list syntax is `1. ` rather than `# `.  For 
example:
   ```
   1. Test
   1. Test again
   1. Third test 
   ```
   is rendered as: 
   
   1. Test
   1. Test again
   1. Third test
   
   Because jira2markdown will also convert Jira header syntax (`h1. `, `h2. `, 
etc.) to markdown header syntax (`# `, `## `, etc.), any conversion from 
ordered list syntax needs to be done in a manner to avoid conversion of proper 
headers to ordered list syntax.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to