Skip to content
Commit 00701c6d authored by Jonathan Poelen's avatar Jonathan Poelen Committed by Christoph Cullmann
Browse files

Markdown: add Table, Emoji and Highlight Text

- Emoji: `😂`, `👍`
- Highlight Text: `==very important==`
- Table:
```md
| abc | abc |
| --- | --- |
| abc | abc |
```

FEATURE: 455561

Which was not added from the extended syntax:

- Heading IDs: `### My Great Heading {#custom-id}`
- Subscript: `H~2~O`
- Superscript: `X^2^`
- Definition Lists:
```
First Term
: This is the definition of the first term.
```

The rest was already done
parent fed224a9
Pipeline #444599 passed with stage
in 2 minutes and 30 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment