Files
probo/pkg/prosemirror/testdata/document.md
Émile Ré 5280898eb9 Implement prosemirror markdown renderer
Signed-off-by: Émile Ré <emile@getprobo.com>
2026-04-06 15:13:38 +04:00

730 B

Heading 1

This is a paragraph with some bold and some italic and some underlined text.
It contains a line break, and some strikethrough.
There's some inline code. And a link

Heading 2

A simple paragraph.

code block

Heading 3

  • ul list item 1
  • ul list item 2
  • ul list item 3

  1. ol list item 1
  2. ol list item 2
  3. ol list item 3

Blockquote
Line break


th 1 th 2 th 3 th 4
td 11 td 12 td 13
  • 1

  • 2

td 21 td 22 td 23
  1. A

  2. B