1
0
Fork 0
vim/runtime/syntax/testdir/input/markdown_conceal.markdown
Daniel Baumann 0985b09abd
Adding upstream version 2:9.1.1230.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-21 11:09:31 +02:00

15 lines
391 B
Markdown

_Italic_, *Italic*. __Bold__, **Bold**.
___Bold Italic___, ***Bold Italic***.
~~Strikethrough~~, S̶t̶r̶i̶k̶e̶t̶h̶r̶o̶u̶g̶h̶.
~~~html
<p>
<del>Strikethrough</del>, <s>Strikethrough</s>.<br />
~~~
```html
<strong><em>Bold Italic</em></strong>.
<strong><em>Bold Italic</em></strong>.<br />
<strong>Bold</strong>, <strong>Bold</strong>.
<em>Italic</em>, <em>Italic</em>.
```