MyMarkupFormat

Version 1.0 - 2007/09/09

by Bruno Beaufils http://projects.boulgour.com/mmf/

based on Markdown, by John Gruber http://daringfireball.net/


Introduction

MyMarkup Format is a text-to-HTML conversion tool for sysadmin writers. It derives directly from Markdown and allows you to write using an easy-to-read, easy-to-write plain text format, such as scripts documentations, then convert it to structurally valid XHTML (or HTML).

Thus, as Markdown, MyMarkupFormat is two things: a plain text markup syntax, and a software tool, written in Perl, that converts the plain text markup to HTML.

Full documentation of MyMarkupFormat's syntax and configuration options will be available one day on the web: http://projects.boulgour.com/mmf/. (Note: this readme file is formatted in MyMarkupFormat).

Before that day you can have a look to Markdown's syntax and configuration options: http://daringfireball.net/projects/markdown/.

Main differences between Markdown and MyMarkupFormat are, however, described in this document.

Installation, Requirements and Configuration

MyMarkupFormat requires Perl 5.6.0 or later. Welcome to the 21st Century. MyMarkupFormat also requires the standard Perl library module Digest::MD5.

To use MyMarkupFormat in Movable Type, Blosxom, BBEdit you should read Markdown README file.

To have any information on how to configure MyMarkupFormat you should also see the same file.

Download

MyMarkupFormat may be downloaded at http://projects.boulgour.com/mmf/mmf.zip

Bugs

To file bug reports please send email to: mmf@boulgour.com.

Differences with Markdown

To be added

The following things is on my schedule, if I get some free time one day: