mikemccand commented on code in PR #39: URL: https://github.com/apache/lucene-jira-archive/pull/39#discussion_r919015037
########## migration/src/markup/lists.py: ########## @@ -40,6 +40,11 @@ def action(self, tokens: ParseResults) -> str: for line in tokens: # print(repr(line)) + if line == "\n": + # can't really explain but if this is the first item, an empty string should be added to preserve line feed Review Comment: LOL -- 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