mocobeta opened a new pull request, #20: URL: https://github.com/apache/lucene-jira-archive/pull/20
The default `Quote` and `BlockQuote` implementation of `jira2markdown` does not preserve indents; due to that, the following paragraph is mistakenly interpreted as also part of the quotation in markdown. **bq. quote** broken indent example:  with this patch:  **{quote} quote block** broken indent example:  with this patch:  This also escapes numbered lists in block quotes so that the number is preserved. error example (a block quote include a numbered list):  with this patch:  -- 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: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org