Markdown to PC's BBcode. Quick n' dirty one.
Go to file
Darks 5e52622b26
First version of script
Adds support for:
- # H1 title
- ## H2 title
- ### H3 title
- *emphasis text*
- **strong text**
- [link](https://domain.tld)
- {{ tableofcontents }}
2021-02-10 22:18:02 +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 Initial commit 2021-02-10 22:15:15 +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.