Convert Wordstar formatted files to Markdown
- C 97.3%
- Makefile 2.7%
| asciify.c | Added Jim Hall's asciify code also | |
| LICENSE | Initial commit | |
| Makefile | Added Makefile even though this is trivially easy to compile | |
| README.md | Updates to documentation | |
| todo.txt | Updates to documentation | |
| wsmd.c | Commented out code to print non-printable chars | |
WordstarMd
Convert Wordstar formatted files to Markdown adapted from Jim Hall's code for rendering Wordstar as HTML.
Compile with
make && make install
Usage:
Output to std
wsmd <wordstarfile>
Output to a file
wsmd <wordstarfile> | <file>.md