diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-12-24 17:25:06 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-12-24 17:25:06 +0100 |
commit | b04ddb5b04fbb220a680780928242f9e4eda9f62 (patch) | |
tree | f3e8f88753e52da050e9c73d7a2b9b5936b3cc80 /README.md | |
parent | b54f1202b3cd9e5e0510b546d8a9a4f2e7b6b451 (diff) | |
download | vim-git-b04ddb5b04fbb220a680780928242f9e4eda9f62.tar.gz |
Attempt to fix markdown in table cell.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |