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
Aliaksei Budavei a9bc195d64
runtime(syntax-tests): Retrofit input/c.c. with TEST_SETUP
Also:

- Include a syntax test for Markdown that takes advantage of
  a sourceable setup configuration.
- Update Filelist

closes: #14215

Signed-off-by: Aliaksei Budavei <0x000c70@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
2024-03-18 19:32:48 +01:00

391 B

Italic, Italic. Bold, Bold.
Bold Italic, Bold Italic.
Strikethrough, S̶t̶r̶i̶k̶e̶t̶h̶r̶o̶u̶g̶h̶.

<p>
<del>Strikethrough</del>, <s>Strikethrough</s>.<br />
<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>.