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

   The difficulty here is that `~` actually has special meanings in both Jira 
syntax and Markdown.
   
   The conversion process is done as follows and the order is important.
   
   1. Convert Jira syntax to Markdown
   2. Convert Jira mentions to GitHub mentions
   
   Escaping `~` should be done _before_ 1) syntax conversion; otherwise valid 
strike-throughs in Markdown are affected. However, it also should be done 
_after_ 2) mention conversion; otherwise `[~username]` mentions are affected. 
   
   We could find a tricky workaround, but I'm afraid any workaround has 
unpredictable side effects - I would leave this issue.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to