/BlogLang

Small markup language for writing articles for my website at www.johnloeber.com

Primary LanguageHTML

Formatting:

%: comments

Required: first line should set the page title using the command TITLE: <your title here>, e.g. TITLE: foo.

Tests

Run tests from the Bloglang top-level directory with

python -m unittest -v Tests.UnittestUtils

or whatever other test instead of UnittestUtils