Files
probo/pkg/prosemirror/testdata/document.md
Sacha Al Himdani c7e2fc209f Use probo.com for bare and marketing domain references
Replace the bare `getprobo.com` domain and the `www.getprobo.com`
marketing host with `probo.com` / `www.probo.com` across the codebase.
Functional subdomains (app, console, notification, custom, test,
cookie-banner, compliance) keep their existing `getprobo.com` hosts,
and changelog entries are left untouched.

Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
2026-06-11 13:46:10 +02:00

38 lines
727 B
Markdown

# Heading 1
This is a paragraph **with some bold** and *some italic* and some <u>underlined text</u>.\
It contains a line break, and some ~~strikethrough.~~\
There's some `inline code`. And a [link](https://probo.com)
## Heading 2
A simple paragraph.
```
code block
```
### Heading 3
- ul **list** item 1
- ul *list* item 2
- ul [list](https://google.com) item 3
---
1. ol list <u>item</u> 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~~ | <ul><li><p>1</p></li><li><p>2</p></li></ul> |
| td <u>21</u> | td [22](https://example.org) | td `23` | <ol><li><p>A</p></li><li><p>B</p></li></ol> |