Created
July 25, 2011 11:13
-
-
Save goshacmd/1103933 to your computer and use it in GitHub Desktop.
Troubles with highlighting Objective-C code with Octopress
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% codeblock main.m %} | |
GSHFraction * fraction; | |
fraction = [[GSHFraction alloc] initWithNumerator:10 andDenominator: 30]; | |
[fraction reduce]; | |
{% endcodeblock %} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment