We are looking for a way to add custom formatting to the editor when writing TKB articles. Anybody ideas or a solution? Something like Having CSS like div.alert { background-color: #fdf3e3; border-left: 4px solid #ff8a00; padding: 0.75em; margin: 2em 0 3em; &.alert-danger { background-color: #fde5e3; border-left-color: #fd3f2c; } &.alert-info { background-color: #cce5ff; border-left-color: #0bbaff; } &.alert-icon-bolt, &.alert-icon-info, &.alert-icon-info-fill { padding-left: 3rem; background-repeat: no-repeat; background-position: 1em 1em; background-image: url('icons/icon-bolt.png'); } &.alert-icon-info { background-image: url('icons/icon-info.png'); } &.alert-icon-info-fill { background-image: url('icons/icon-info-fill.png'); } }
... View more