Trying to publish "<" and ">" literally
    3 views (last 30 days)
  
       Show older comments
    
I am trying to publish via MATLABs publishing tool. I'd like to publish "<asdf qwer>" literally (without the double quotes) but MATLAB keeps turning the expression into a link. I try to use an escape character (i.e. \<asdf qwer\>) and the escape character is printed . How to I literally publish "<asdf qwer>" with an escape character that will not appear?
1 Comment
  per isakson
      
      
 on 22 Jan 2013
				
      Edited: per isakson
      
      
 on 24 Jan 2013
  
			Don't think it is possible. I sometimes add a spaces, "< asdf qwer >"
Accepted Answer
  Zhuohe Liu
 on 25 Nov 2021
        
      Edited: Zhuohe Liu
 on 25 Nov 2021
  
      Replace < and > using HTML entity names: <asdf qwer>
In fact, you may just replace one of them: <asdf qwer>
More Answers (1)
See Also
Categories
				Find more on Characters and Strings in Help Center and File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


