[BUG] Codeblock's language tag gets over content.
VitorPaludetto opened this issue · 1 comments
VitorPaludetto commented
Describe the bug
When a language is specified on a codeblock a "tag" identifying the language appears on the right-bottom of the block, but when the last line of this codeblock is too long, the tag get's over the content of the line, as shown in the screenshot.
To Reproduce
- Write any code inside a codeblock identifying the language, ex:
```javascript
{code}
``` - If the line is too big the tag gets in the way of the content.
Desktop:
- OS: Ubuntu 20.04
- Obsidian Version: 0.12.3 (flatpak)
wiktoriavh commented
The language name in a code block had a few issues, for now, I have removed it entirely.