code-syntax-block
code-syntax-block copied to clipboard
Allow Toggle to display language specified
Feature suggestion from: https://wordpress.org/support/topic/feature-suggestion-display-language-in-upper-right-corner-of-block/
Yes, the upper right corner would be perfect!
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