Files
markup/README.md

13 lines
415 B
Markdown
Raw Normal View History

2022-09-22 17:03:53 +00:00
# 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`