Syntax Highlighting in Ghost
This isn't so much a post, but as a quick shout out to Cyan By Fuchsia whose quick post and screenshots helped me get up and running quickly with code samples
using system;
namespace PrescottNasser
{
static class Program
{
static void Main()
{
Console.WriteLine("Hello World");
}
}
}