Markdown Viewer

0 words
Welcome to Markdown Viewer

Welcome to Markdown Viewer

Start typing some markdown here!

Features

  • Live preview
  • Italic and bold text
  • inline code
  • Links: Click here
  • Math formulas with LaTeX syntax!
  • Tables with alignment support!

Code Block

console.log('Hello, world!');
function greet(name) {
  return `Hello, ${name}!`;
}

Images

This is an alt text.

Tables

Basic Table

Feature Status Priority
Markdown Parsing ✅ Complete High
Math Support ✅ Complete High
Table Support ✅ Complete Medium
Dark Mode ✅ Complete Low

Table with Alignment

Left Aligned Center Aligned Right Aligned
This text This text This text
is left is center is right
aligned aligned aligned

Math Examples

Inline math: The quadratic formula is x = -b ± √{b2 - 4ac}2a

Block math:

E = mc2
\int-∞ e-x2 dx = √{π}
\sumn=1 1n2 = π26

Greek letters: α, β, γ, Δ, Ω

Functions: sin(x), cos(x), log(x), ln(x)

This is a blockquote
It can span multiple lines

Lists

  1. First item
  2. Second item
  3. Third item
  • Bullet point
  • Another point
  • Last point