Copy link to clipboard
Copied
And can you somehow make the window with the code have vertical lines from the opening tag to the closing?
Copy link to clipboard
Copied
Hi, I think you want visual tabs ... you need to add this to your main.less theme file, change the border style and colour as desired, if you need more info let me know:
.cm-tab {
border-left: 1px dotted rgba(255,255,255,0.2);
box-sizing: border-box;
}