code-syntax-block icon indicating copy to clipboard operation
code-syntax-block copied to clipboard

Allow Toggle to display language specified

Open mkaz opened this issue 5 years ago • 2 comments

Feature suggestion from: https://wordpress.org/support/topic/feature-suggestion-display-language-in-upper-right-corner-of-block/

mkaz avatar Aug 12 '20 21:08 mkaz

Yes, the upper right corner would be perfect!

abhiramready avatar Oct 10 '20 18:10 abhiramready

Hey, I tried implementing this with CSS,

code::before { content: attr(lang); display:block; }

But the alignment fails, If I get anything I'll let you know

abhiramready avatar Nov 04 '20 10:11 abhiramready