1<?php 2/** 3 * Korean language for Commonmark plugin 4 * 5 * @license: GPL 2 (http://www.gnu.org/licenses/gpl.html) 6 * @author : Sungbin Jeon <clockoon@gmail.com> 7 */ 8$lang['force_commonmark'] = '모든 문서를 Commonmark로 처리. Doctype을 입력하지 않아도 됩니다(사용에 유의하세요!).'; 9$lang['frontmatter_tag'] = "Frontmatter에 작성한 tag 노드를 파싱할 것인지, 렌더링 위치가 어디인지(최상단/최하단) 설정합니다.";