BBCode
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) |
Dan Tobias (Talk | contribs) |
||
Line 12: | Line 12: | ||
* [https://www.phpbb.com/community/help/bbcode phpBB BBCode docs] | * [https://www.phpbb.com/community/help/bbcode phpBB BBCode docs] | ||
− | [ | + | [[Category:Web]] |
Revision as of 19:35, 21 May 2017
BBCode is a plaintext markup language that compiles to HTML. It looks a lot like HTML, but uses square brackets instead of angle brackets, and makes a number of modifications for user-friendliness.
It is popular in forum software, especially phpBB. With the decline of independently run forums in the 2010's, BBCode has become a bit old hat. Reddit, Slack, and GitHub all prefer Markdown.
External links
- "Official" site. (BBCode is not standardized by any single person or organization, but this person got the domain.)
- phpBB BBCode docs