feature: add a way to disable code borders while keeping opts.code.style = "language"
#246
Labels
enhancement
New feature or request
opts.code.style = "language"
#246
Is your feature request related to a problem? Please describe.
opts.code.style = "full"
looks quite nice on an opaque background. But on a transparent background, it's a different story...This can be mitigated somewhat with
opts.code.style = "language"
:And then by setting
opts.code.highlight = "Normal"
:But the bottom border still persists.
There's also the nuclear option of
opts.code.style = "none"
, but then we miss out on the language icon + name.Describe the solution you'd like
Subjectively, I think
opts.code.style = "language"
should disable the borders entirely with no extra configuration needed.Describe alternatives you've considered
If that's not an option, then perhaps a new configuration property in
opts.code
could be added. (But this places more burden on plugin users.)Additional information
No response
The text was updated successfully, but these errors were encountered: