JAY Project
JAY Project
← Tools hub

Markdown Preview

Editor
Preview

마크다운 미리보기

굵은 글씨, 기울임, 취소선, 인라인 코드

리스트

  • 항목 1
  • 항목 2
  • 중첩 항목
  1. 첫 번째
  2. 두 번째

코드 블록

function hello() {
  return 'world';
}
인용문입니다.

링크


Frequently Asked Questions

Q. What's GFM?

GitHub Flavored Markdown — standard Markdown + tables, task lists, strikethrough, fenced code blocks. Used by README and issues on GitHub.

Q. Which languages get code highlighting?

100+ via the code-fence language tag (```js, ```py, ```rs, etc.).

Q. My Markdown looks broken — why?

Common issues (list indent, missing closing ```, table cell counts) show up in preview live for easy debugging.

Q. Can I paste the rendered HTML into a blog?

Yes — Copy HTML gives clean output that works on Naver, Tistory, WordPress.

Q. Does it support LaTeX math?

GFM only — KaTeX is on the wishlist. Feedback welcome.

Q. How do I save my draft?

Auto-saved locally. To export as .md, copy the text and save manually.