bbcode
Package bbcode implements a bbcode parser and converter
Filename
Size
Last Commit Date
Commit Message
..
.github
workflows
go-checks.yml
716
2025/10/12 16:57:46
added CI
bbcodehtml
README.md
2993
2025/10/12 16:56:26
added better README
code.go
319
2018/06/12 14:36:40
updated to vanity urls
code_test.go
303
2017/10/28 11:27:41
added Code tests
colour.go
7299
2024/08/14 20:31:19
corrected typos
colour_test.go
433
2017/10/28 11:28:15
added Colour tests
font.go
1354
2024/08/14 20:31:19
corrected typos
img.go
652
2024/06/08 20:52:34
minor cleanup
img_test.go
432
2017/10/28 11:28:32
added Image tests
list.go
2901
2025/10/12 16:55:56
rearranged code for readability
list_test.go
1157
2017/10/29 10:29:27
added test for text based list
table.go
2358
2024/06/08 20:52:34
minor cleanup
table_test.go
891
2017/10/28 11:28:50
added Table tests
tags.go
3982
2025/10/12 16:56:18
added 'All' export
tags_test.go
872
2025/10/12 16:56:09
reformatted
url.go
654
2024/06/08 20:52:34
minor cleanup
url_test.go
853
2017/10/28 11:28:41
added URL tests
LICENSE
767
2017/10/20 13:46:09
added LICENSE
README.md
1190
2025/10/12 17:00:08
added better README
bbcode.go
2983
2025/10/12 16:56:43
added missing fullstop
bbcode_test.go
1158
2025/10/12 16:56:54
added missing newlines
examples_test.go
430
2025/10/12 16:59:39
added example
go.mod
92
2024/07/26 21:29:54
updated to latest parser version
go.sum
354
2024/07/26 21:29:54
updated to latest parser version
processor.go
3829
2025/10/12 16:57:16
removed incorrect apostrophe
tag.go
5584
2025/03/14 19:45:33
reformatted
text.go
752
2025/03/14 19:45:36
reformatted
tokeniser.go
3188
2024/07/26 21:30:01
simplify code with new Return method
tokeniser_test.go
5791
2025/10/12 16:57:32
reformatted