: : 미유의 개인사정

뒤로 검색

html에서 markdown 문법 적용하기

2018/05/24 12:33

Marked.js - github

<!doctype html>
<html>
<head>
 <meta charset="utf-8"/>
 <title>Marked in the browser</title>
</head>
<body>
 <div id="content"></div>
 <script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script>
 <script>
 document.getElementById('content').innerHTML =
 marked('# Marked in the browser\n\nRendered by **marked**.');
 </script>
</body>
</html>
이 페이지는 Textcube 1.10.10 : Tempo primo 로 구동됩니다 데스크탑 화면