unhandledexception.net

Spiro's personal blog.

Wiki Formatting

Page updated Mon Jan 20 2020 05:13:36 AM -08:00

Welcome to the world of wiki formatting!

I have added lots of features lately to the CMS, even though I didn't publish the progress to the web. Also, most of those are under the hood. The main ones you will see are support for code files and wiki formatting of course.

The CMS now parses code files dropped in the directory... for example, the classic Class1.cs will display as:

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Utility
{
    public class Class1
    {
    }
}


Cool, with numbers eh! Though at this point I'm not planning on doing syntax highlighting, because a it will take a lot of time and b there are too many languages to support, so for the foreseeable future it will be plain monotype font.