mocobeta commented on issue #1:
URL: 
https://github.com/apache/lucene-jira-archive/issues/1#issuecomment-1171467919

   The conversion tool seems to erase consecutive LFs (`\n\n`); this causes 
indent errors n Markdown.
   
   Removed LFs would be recovered by this regex (hack).
   
   ```
   text = re.sub(r"\n\s*(?!\s*-)", "\n\n", text)
   ``` 
   
   ![Screenshot from 2022-07-01 
01-45-47](https://user-images.githubusercontent.com/1825333/176733562-1835e865-a597-4b59-89c5-2b51d8e7baed.png)
   


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

Reply via email to