This is important when dealing in situations where there's ambiguity between code and lists, like with Objective-C code:
- (void) foobar {}
will get your a list instead of the desired code block
|  Differential  D9379  
Changed behavior of "code block" button to use triple tick syntax ("```") instead of whitespacing. Authored by talshiri on Jun 4 2014, 10:38 PM. Tags None Referenced Files 
 
 
 
 
 
 
 
 Subscribers 
Details 
 This is important when dealing in situations where there's ambiguity between code and lists, like with Objective-C code: 
 will get your a list instead of the desired code block Tested locally 
Diff Detail 
 Event TimelineComment Actions Yeah, this is confusing for other reasons too, I've been meaning to do this for a while. Thanks! |