Markdown to BBCode Converter

For PlanetMinecraft

Markdown (Input)

BBCode (Output)

Conversion Example

Markdown:

## Changelog

### Build System
- 🚀 Bump version to v1.2.3

### Features
- ✨ Added new feature

**Full Changelog**: https://github.com/...

BBCode:

[h2]Changelog[/h2][h4]Build System[/h4][list]
[*]🚀 Bump version to v1.2.3[/*]
[/list][h4]Features[/h4][list]
[*]✨ Added new feature[/*]
[/list]
[b]Full Changelog[/b]: [url]https://github.com/...[/url]