Graeme's Wiki

sandbox

Type the code word, MONDAY here and then press to finish editing.


=

Hello

Interesting to see what you have done with this wiki, as you have added new syntax... cool! Is your new syntax parser on github? Soon I will add file locking to this wiki system, not sure if you tried yourself... The file locking mechanism by Vladimir in powtils unfortunately had issues as it was not operating system level locking, just a custom brewed system. Regards, Lars

p.s. do you have any way of knowing if someone has edited the wiki, by email? I'm thinking of adding "Recent Changes" page, reinventing Ward's original C2 wiki, or having sendmail option for the wiki admin to get emailed when a page is edited. The issue is if a whole bunch of edits occur, you get a whole bunch of obnoxious emails.

Testing Bold


The following word should be bold - well is it?...yes, it is!
The following word should be bold, well is it?
bold
Bold: Well, is it?

This is a code snippet.
  This should not be **bold**.
  This should not be b[bold]b.

So is this all working?

Testing Italics


The following word should be italics - well is it?
The following word should be italics, well is it?
italics

So is this all working?


Testing Preformatted Text


This is an example of block formatted text. It should appear with the pre tag in the source.
This is a newly created page: sandbox
 <i>Enter text here</i>

This is an example of inline formatted text. It should appear inside a span tag with CSS handling the font style.

So is this text preformatted as it should be?