Andrew
1
```bib
@misc{key,
author = {Author},
title = {Title},
url = {https://example.com},
}
```
produces

But here writing the same thing
@misc{key,
author = {Author},
title = {Title},
url = {https://example.com},
}
produces

Same with Elixir from Typst unable to handle large content.
Why?
1 Like
Discourse uses highlightjs, and I don’t see bib in the list of supported languages: Supported Languages — highlight.js 11.9.0 documentation
elixir doesn’t highlight probably because it hasn’t been enabled by the mods in the settings
Andrew
5
You have to enable each language separately? That’s…wow…