https://github.com/highlightjs/highlightjs-bbcode
bbcode - a language grammar for highlight.js
https://github.com/highlightjs/highlightjs-bbcode
Last synced: 2 months ago
JSON representation
bbcode - a language grammar for highlight.js
- Host: GitHub
- URL: https://github.com/highlightjs/highlightjs-bbcode
- Owner: highlightjs
- License: mit
- Created: 2020-11-14T23:59:35.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-25T20:51:22.000Z (over 3 years ago)
- Last Synced: 2024-03-25T19:59:38.918Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 19.5 KB
- Stars: 7
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

This project is currently unmaintained and could use a new maintainer. If interested, please open an issue.
---
# bbcode - a language grammar for highlight.js
## Usage
Simply include the Highlight.js library in your webpage or Node app, then load this module.
### Static website or simple usage
Simply load the module after loading Highlight.js. The file you want is `bbcode.js` in the root directory. This module is just a CDN build of the language, so it will register itself as the Javascript is loaded.
```html
hljs.highlightAll();
```
### Using directly from the jsDelivr CDN
```html
```
## License
Released under the MIT License. See [LICENSE][1] file for details.
### Author
Paul Reid
## Links
- The official site for the Highlight.js library is .
- The Highlight.js GitHub project:
- Learn more about bbcode:[1]: https://github.com/RedGuy12/highlightjs-bbcode/blob/master/LICENSE