Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 648 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 648 Bytes

markdown-to-bbcode

markdown-to-bbcode is a simple tool to convert Markdown formatted text files into the corresponding BBcode.

Compiling

To compile, run:

mvn package

This will produce a jar with dependencies bundled in the target subdirectory. You'll need Scala 2.9.x to run it.

Usage

scala markdowntobbcode.jar <markdown-filename> [<output-filename>]

or

./md2bbcode <markdown-filename> [<output-filename>]

If the output-filename is omitted, it outputs to stdout.

Most standard Markdown syntax is supported. If a particular construct is not supported, a warning message is printed to stderr.