0
0
mirror of https://github.com/vim/vim.git synced 2025-07-04 23:07:33 -04:00
vim/runtime/syntax/testdir/input/markdown_conceal.markdown

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
391 B
Markdown
Raw Normal View History

_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>.
```