Skip to content
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

Wrap code in README.md in code blocks #1

Merged
merged 3 commits into from
Jan 22, 2013
Merged

Conversation

ramnathv
Copy link
Contributor

Just a simple cosmetic fix, wrapping up code blocks in README.md so that they are syntax highlighted by github.

@ramnathv
Copy link
Contributor Author

I have created a .gitignore with a few file patterns that you don't want to commit to github. Your .Rhistory in particular, since it logs everything from your R session and hence might information you don't want shared. I have also added .cache which is the default cache directory for knitr, since it can bloat the size of the repo.

Note that the .gitignore patterns will kick in only for the newly commited files. You will have to manually delete them for the files already commited and use git rm --cache to purge them from the repository.

jtleek added a commit that referenced this pull request Jan 22, 2013
Wrap code in README.md in code blocks
@jtleek jtleek merged commit e27166e into jtleek:master Jan 22, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants