You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by GitBox <gi...@apache.org> on 2022/08/06 03:53:18 UTC

[GitHub] [lucene-jira-archive] mocobeta opened a new issue, #112: Numbered list is not correctly converted if it follows TAB character

mocobeta opened a new issue, #112:
URL: https://github.com/apache/lucene-jira-archive/issues/112

   https://github.com/mocobeta/forks-migration-test-2/issues/10514#issuecomment-1205989333
   
   Looks like it'd be difficult to fix.


-- 
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-unsubscribe@lucene.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org


[GitHub] [lucene-jira-archive] msokolov commented on issue #112: Numbered list item is not correctly converted if it follows TAB character

Posted by GitBox <gi...@apache.org>.
msokolov commented on issue #112:
URL: https://github.com/apache/lucene-jira-archive/issues/112#issuecomment-1208055161

   Maybe a no-break-space (&#160;) would be safer (less likely to have some special meaning to github markdown parser) than a regular space?


-- 
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-unsubscribe@lucene.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org


[GitHub] [lucene-jira-archive] mocobeta commented on issue #112: Numbered list item is not correctly converted if it follows TAB character

Posted by GitBox <gi...@apache.org>.
mocobeta commented on issue #112:
URL: https://github.com/apache/lucene-jira-archive/issues/112#issuecomment-1208234971

   I finally figured out a solution in #140.


-- 
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-unsubscribe@lucene.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org


[GitHub] [lucene-jira-archive] mocobeta closed issue #112: Numbered list item is not correctly converted if it follows TAB character

Posted by GitBox <gi...@apache.org>.
mocobeta closed issue #112: Numbered list item is not correctly converted if it follows TAB character
URL: https://github.com/apache/lucene-jira-archive/issues/112


-- 
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-unsubscribe@lucene.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org


[GitHub] [lucene-jira-archive] mocobeta commented on issue #112: Numbered list item is not correctly converted if it follows TAB character

Posted by GitBox <gi...@apache.org>.
mocobeta commented on issue #112:
URL: https://github.com/apache/lucene-jira-archive/issues/112#issuecomment-1207886395

   I tried this, and I'd conclude it's difficult to investigate (while it should be possible).


-- 
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-unsubscribe@lucene.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org


[GitHub] [lucene-jira-archive] mocobeta commented on issue #112: Numbered list item is not correctly converted if it follows TAB character

Posted by GitBox <gi...@apache.org>.
mocobeta commented on issue #112:
URL: https://github.com/apache/lucene-jira-archive/issues/112#issuecomment-1207916338

   > Or, we could just convert `\t` to space characters (2 or 4 whitespaces maybe)?
   
   But I can't estimate whether there are no side effects.


-- 
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-unsubscribe@lucene.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org


[GitHub] [lucene-jira-archive] mocobeta commented on issue #112: Numbered list item is not correctly converted if it follows TAB character

Posted by GitBox <gi...@apache.org>.
mocobeta commented on issue #112:
URL: https://github.com/apache/lucene-jira-archive/issues/112#issuecomment-1207910795

   Or, we could just convert `\t` to space characters (2 or 4 whitespaces 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-unsubscribe@lucene.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org


[GitHub] [lucene-jira-archive] mocobeta commented on issue #112: Numbered list item is not correctly converted if it follows TAB character

Posted by GitBox <gi...@apache.org>.
mocobeta commented on issue #112:
URL: https://github.com/apache/lucene-jira-archive/issues/112#issuecomment-1208093000

   I think in most cases it's fine to replace `\t` to whitespace or `&#160;`, but noformat or code block can also contain `\t`; modifying any characters can break a code block (I once learned it).


-- 
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-unsubscribe@lucene.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org