examples/bbcode_scoped.livemd
# BBCode Scoped Output
```elixir
Mix.install([
{:lumis, "~> 0.3"}
])
```
## Example
```elixir
code = ~S(const template = `<a href="/x">[url=x]</a>`)
Lumis.highlight!(code,
formatter: {:bbcode_scoped, language: "javascript"}
)
```