Sabreclaw

Main Page

Welcome to Sabreclaw.com!

This site is currently under development. Functionality is being added regularly, so check here for updates.

Wiki Markup Parsing

I'm currently in the progress of revamping and expanding the wiki markup parsing for the site. The goal is to be able to support as much of the mediawiki formatting as possible. Currently, there is some basic formatting and links available.

Formatting Progress: Formatting

Link Progress: Links

The only difference so far between the markup on this site vs on mediawiki, is the markup for bold and italic characters. I've moved away from what mediawiki uses for bold, and _ for italic because it wasn't fluid. It also wasn't easy to remember. For example:

Mediawiki markup

This would be '''bold'''.
This would be ''italic''.

What I'm Using

This would be *bold*.
This would be _italic_.

This has the benefit of matching what some social networking sites are using for formatting markup (such as Google+).