diff --git a/pages/debug.tsx b/pages/debug.tsx
index 18d335f..1d692e1 100644
--- a/pages/debug.tsx
+++ b/pages/debug.tsx
@@ -11,10 +11,9 @@ const Divider = dynamic(()=> import('@components/Divider'))
const Segment = dynamic(()=> import('@components/Segment'))
import Package from '../package.json'
+import Markdown from '@components/Markdown'
-
-
-const ClientInfo = ( ):JSX.Element => {
+const ClientInfo = ():JSX.Element => {
const formik = useFormik({
initialValues: {
markdown: `
@@ -82,20 +81,8 @@ https://github.com/koreanbots
-
-
sanitizeHtml(html, {
- allowedTags: [
- 'addr', 'address', 'article', 'aside', 'h1', 'h2', 'h3', 'h4',
- 'h5', 'h6', 'section', 'blockquote', 'dd', 'div',
- 'dl', 'dt', 'hr', 'li', 'ol', 'p', 'pre',
- 'ul', 'a', 'abbr', 'b', 'bdi', 'bdo', 'br', 'cite', 'code', 'data', 'dfn',
- 'em', 'i', 'kbd', 'mark', 'q', 'rb', 'rp', 'rt', 'rtc', 'ruby', 's', 'samp',
- 'small', 'span', 'strong', 'sub', 'sup', 'time', 'u', 'var', 'wbr', 'caption',
- 'col', 'colgroup', 'table', 'tbody', 'td', 'tfoot', 'th', 'thead', 'tr', 'del',
- 'img', 'svg', 'input'
- ],
- allowedAttributes: false
- })} />
+
+