068cb6d35bee7b1a2aac6987a52d282f4950ad32
If you want to include a literal ${macro call}, you can preface it with
a backslash like \${macro call}.
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
markup
A small, easy markup language for doing basic replacements in text.
Usage
If you want to use it inside of Python, you should be able to just drop in markup.py into your
Python program.
If you want to use it on the command line, you can either call ./markup.py and pass your text to
process through STDIN. Otherwise, you can pass in a (single) file as an argument, e.g.
./markup.py filename.txt
Description
Languages
Python
100%