// Toast UI Editor Configuration (자동 생성 - 수정하지 마세요) window.TOASTUI_EDITOR_CONFIG = { pluginUrl: 'https://os24.kr/plugin/editor/uxc_toastuieditor', uploadUrl: 'https://os24.kr/plugin/editor/uxc_toastuieditor/upload.php', editorHeight: '600px', toolbarItems: [ ['heading', 'bold', 'italic', 'strike'], ['hr', 'quote'], ['ul', 'ol', 'task', 'indent', 'outdent'], ['table', 'image', 'link'], ['code', 'codeblock'], ['scrollSync'] ], prismLanguagesPath: 'https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/components/', language: 'ko-KR', maxContentWarningSize: 1000000, autoSaveInterval: 30000 };