Skip to content

Conversation

TrySound
Copy link
Member

Markdown paste now generate html elements. This unlocks us supporting more features:

strikethrough

~~text~~ -> text

tables

| Header 1   | Header 2   |
|------------|------------|
| Cell 1.1   | Cell 1.2   |
| Cell 2.1   | Cell 2.2   |

autolinks

The link is https://github.com

is converted to

<p>This link is <a href="https://github.com">https://github.com</a></p>
Screenshot 2025-05-20 at 16 44 53 image

Markdown paste now generate html elements. This unlocks us supporting
more features:

**strikethrough**

`~~text~~` -> <del>text</del>

**tables**

```
| Header 1   | Header 2   |
|------------|------------|
| Cell 1.1   | Cell 1.2   |
| Cell 2.1   | Cell 2.2   |
```

*autolinks*

```
The link is https://github.com
```

is converted to

```html
<p>This link is <a href="https://github.com">https://github.com</a></p>
```
@TrySound TrySound requested a review from kof May 20, 2025 15:05
@TrySound TrySound merged commit 0c9b138 into main May 20, 2025
17 checks passed
@TrySound TrySound deleted the html-markdown branch May 20, 2025 22:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants