Markdown to PC's BBcode. Quick n' dirty one.
Go to file
Darks d622e4e3fb
Add small readme
2021-02-10 22:27:34 +01:00
.gitignore Initial commit 2021-02-10 22:15:15 +01:00
LICENSE Initial commit 2021-02-10 22:15:15 +01:00
README.md Add small readme 2021-02-10 22:27:34 +01:00
md2bbc.py First version of script 2021-02-10 22:18:02 +01:00
sample.md First version of script 2021-02-10 22:18:02 +01:00

README.md

md2bbc

Markdown to PC's BBcode. Quick'n'dirty one.

Usage

python3 md2bbc.py input.md > output.bbcode

Features

  • # H1 title
  • ## H2 title
  • ### H3 title
  • *emphasis text*
  • **strong text**
  • [link](https://domain.tld)
  • {{ tableofcontents }}

More features may be added in the future, but this script is provided as it. Only (very) simple markup will produce correct output. Always check BBcode validity before posting.