bedlaj opened a new pull request #4234:
URL: https://github.com/apache/camel/pull/4234


   - Removed dollar sign escaping - dollar escaping seems unnecessary for both 
adoc and hugo website
   - Fixed curly bracket escaping - only opening bracket is needed to escape, 
the other `\` was previously visible.
   - FIxed `ftp` url escaping - previously single `ftp` word was matched as URL 
and visible `\` was prepended
   - Changed splitting character for long option names from whitespace to 
`{zwsp}` - this is addressing issue with search described by @bvahdat in 
https://github.com/apache/camel/pull/4233#issuecomment-692788706 but without 
breaking layout of table.
   
   I have tested results with Github adoc viewer and local build of website.


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

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


Reply via email to