A "What You See Is What You Mean" editor like Typora or Obsidian, built on top of CodeMirror 6.
Basic formatting including italics, bold text, code spans, and strike throughs.
- Item 1
- Item 1.1
- Item 1.1.1
- Item 1.2
- Item 1.1
- Item 2
- An item
- Another item
- Yet another item
- Task 1
- Task 2
“History Doesn't Repeat Itself, but It Often Rhymes” – Mark Twain.
export default function MyComponent() {
return <div style="text-align: center">Some centered text</div>;
}
Some centered text
Inline: Euler's identity $…$).
Display:
Made by Simon Richard (https://jsimonrichard.com)