Code Snippets
I’m testing out StackEdit as a blog writing tool. Hopefully this shows some code snippets.
Example Octopress
rake new_page["Hello World"]
rake preview
rake generate
Code block
Hello world
How are you?
Java
Object obj = new Object();
obj.getName();
Objective C
NSString *string = @"Hello World";
NSDictionary *dictionary = @{ @"title": string };
Written with StackEdit.
No comments:
Post a Comment