Tuesday, November 17, 2015

Making Your Blog Code Stand Out (R/SQL)


When you are posting about code on a blog you want the code to stand out. I've found some tools that help to do just that. Here's what it looks like when you post so that the code looks different:

x <- c(2,4)

This is after the code.

Check out some of the resources I found:

R: http://www.inside-r.org/pretty-r/tool
SQL: http://extras.sqlservercentral.com/prettifier/prettifier.aspx

No comments:

Post a Comment