-
Notifications
You must be signed in to change notification settings - Fork 902
Update README to support syntax highlighting #790
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Add syntax highlighting support in Github Markdown for Swift, Objective-C, and Info.plist XML. Also changed numbering to increment in Markdown so that numbering is consistent with list items containing code-blocks.
| $ pod setup | ||
|
|
||
| 1. In your project directory (the directory where your `*.xcodeproj` file is), create a plain text file named `Podfile` (without any file extension) and add the lines below. Replace `YourTarget` with your actual target name. | ||
| 2. In your project directory (the directory where your `*.xcodeproj` file is), create a plain text file named `Podfile` (without any file extension) and add the lines below. Replace `YourTarget` with your actual target name. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I pulled your changes and opened the README.md in the MacDown viewer. Still, the numbered lists aren't correct. It shows (1) instead of (2). Can you check this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah @kvasukib I see now, my apologies. I believe I've fixed this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, @jakerockland for fixing it. I have pulled the latest changes. Working on it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sounds good! @kvasukib 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We did a release. But we have a merge conflict. If you can fix it, I can merge your PR. Thanks!
|
Thanks, @jakerockland for the quick reply. Merged. |
Update README to support syntax highlighting
Update README to support syntax highlighting


Add syntax highlighting support in Github Markdown for Swift, Objective-C, and Info.plist XML. Also changed numbering to increment in Markdown so that numbering is consistent with list items containing code-blocks.