https://github.com/cehbz/html2bbcode
Go library to convert HTML to BBCode
https://github.com/cehbz/html2bbcode
bbcode go golang html html-to-bbcode
Last synced: about 2 months ago
JSON representation
Go library to convert HTML to BBCode
- Host: GitHub
- URL: https://github.com/cehbz/html2bbcode
- Owner: cehbz
- License: mit
- Created: 2019-10-06T21:14:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-04-16T21:50:57.000Z (12 months ago)
- Last Synced: 2025-11-19T19:29:24.567Z (4 months ago)
- Topics: bbcode, go, golang, html, html-to-bbcode
- Language: Go
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# html2bbcode
Go library to convert HTML to BBCode. Has one method "Convert" that
takes an HTML formatted string, and converts it to BBCode. Returns an
error if it can't convert it.