This is a Racket parser for a wiki syntax based closely on WikiCreole.
Version 1.2, released 2019 March 23. Released under the terms of the BSD 2-clause licence.
You install the package within Racket (v6.1+) with the command
% raco pkg install squicky
After that, you can use it in a program with:
(require squicky)
Sample input is:
::title This is a simple document ::date 2010 December 12 == Here is a heading Here is some text, with a list comprising: * one * two. That's quite //astonishing!//
Compare this with the result of converting it to HTML.
You can also perform some conversions on the command line. See
racket -l squicky -- --help
Also:
lookup-value-parser
parameter.