An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

![](https://badgen.net/badge/status/seeking%20maintainer/orange)

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