Skip to content

Latest commit

 

History

History
58 lines (37 loc) · 1.12 KB

File metadata and controls

58 lines (37 loc) · 1.12 KB

ProseMark Demo Page

A "What You See Is What You Mean" editor like Typora or Obsidian, built on top of CodeMirror 6.

Features

Basic formatting including italics, bold text, code spans, and strike throughs.

Lists

  • Item 1
    • Item 1.1
      • Item 1.1.1
    • Item 1.2
  • Item 2
  1. An item
  2. Another item
  3. Yet another item
  • Task 1
  • Task 2

Images

Ada Lovelace

Block Quotes

“History Doesn't Repeat Itself, but It Often Rhymes” – Mark Twain.

Code Fences (with Syntax Highlighting)

export default function MyComponent() {
  return <div style="text-align: center">Some centered text</div>;
}

Rendered HTML

Some centered text

Typst math

Inline: Euler's identity $e^(i pi) + 1 = 0$ (Typst math syntax inside $…$).

Display:

$$ integral_(-infinity)^infinity e^(-x^2) dif x = sqrt(pi) $$

Credits

Made by Simon Richard (https://jsimonrichard.com)