Hoppa till innehåll

EricBackhage.NET

Coding in C#

  • About

Testing out a WordPress syntax highlighter

I just installed a syntax highlighter plugin called SyntaxHighlighter Evolved

This is simply a quick test checking that it works as expected.

using System;

namespace MyNamespace
{
  public static class MyClass
  {
    public static void MyMethod(string input)
    {
      Console.WriteLine(input);
    }
  }
}

Looks pretty ok.

Publicerat avadminaugusti 5, 2018november 17, 2019Publicerat iUncategorized

Moving in

I am now moving in here at http://www.ericbackhage.net. Old blog posts will be left at the old site, http://thecodedworld.blogspot.com.

Looking forward to getting this new blog going.

Publicerat avEric Bäckhageaugusti 5, 2018november 17, 2019Publicerat iUncategorized

Inläggsnavigering

Nyare inlägg 1 … 3 4 5
EricBackhage.NET, Drivs med WordPress.