mirror of
https://github.com/vim/vim
synced 2025-07-15 16:51:57 +00:00
Attempt to fix markdown in table cell.
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
<td markdown="1">
|
||||
[](https://www.vim.org)
|
||||
</td>
|
||||
<td>
|
||||
<td markdown="1">
|
||||
[](https://github.com/vim/vim/actions?query=workflow%3A%22GitHub+CI%22) [](https://travis-ci.org/vim/vim) [](https://ci.appveyor.com/project/chrisbra/vim) [](https://cirrus-ci.com/github/vim/vim) [](https://codecov.io/gh/vim/vim?branch=master) [](https://scan.coverity.com/projects/vim) [](https://lgtm.com/projects/g/vim/vim/context:cpp) [](https://buildd.debian.org/vim) [](https://repology.org/metapackage/vim) [](https://fossies.org/linux/test/vim-master.tar.gz/codespell.html)
|
||||
</td>
|
||||
</tr>
|
||||
|
Reference in New Issue
Block a user