mikemccand opened a new pull request, #105: URL: https://github.com/apache/lucene-jira-archive/pull/105
This just inserts another newline when it sees what looks like a MD quote attempt (`> `) in Jira. So this: ``` > hello wow you said hello to me! ``` becomes: ``` > hello wow you said hello to me! ``` Rendered by GitHub: This: > hello wow you said hello to me! becomes this: > hello wow you said hello to me! It's sort of odd that GitHub MD renders in this way. I tested on the one issue I saw this on (LUCENE-2328). I'm also counting how often this applies (alters the text) across my `jira-dump` from ~3 weeks ago maybe. -- 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