원하는 대로 다 추가가 되는게 너무 재미있긴 하다.
editor.css 파일에다가 아래 코드를 적용했다.
.editor-body pre {
margin: 1em 0;
padding: 1em;
background: var(--bright-grey);
border-radius: 4px;
}
.editor-body pre code {
background: unset;
padding: unset;
border-radius: unset;
}
.editor-body code {
background: var(--bright-grey);
padding: 0.5em;
border-radius: 4px;
}굳 잘 적용되쥬??ㅋㅋ