mikemccand commented on issue #93:
URL: 
https://github.com/apache/lucene-jira-archive/issues/93#issuecomment-1200395212

   We might be able to work around this by inserting an extra newline when we 
detect `^> ...` at the start of a line?
   
   So from the above issue, we would map:
   
   ```
   > EG running merges (or any still-open files) should not be sync'd.
   Files that are still being written should not be synced, that's kinda 
obvious.
   ```
   
   to:
   
   ```
   > EG running merges (or any still-open files) should not be sync'd.
   
   Files that are still being written should not be synced, that's kinda 
obvious.
   ```
   
   I can confirm it works here, i.e. (wrong rendering):
   
   > EG running merges (or any still-open files) should not be sync'd.
   Files that are still being written should not be synced, that's kinda 
obvious.
   
   vs. right rendering:
   
   > EG running merges (or any still-open files) should not be sync'd.
   
   Files that are still being written should not be synced, that's kinda 
obvious.


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