Github README 突然显示不正确

Github README suddenly not appearing properly

README.md 文件突然无法正确显示在我在 Github 上托管的存储库中。

https://github.com/kensplanet/dev-dictionary

不要在 HTML 内放置 markdown。

您使用 <kbd></kbd> 包装降价图片,而是在其他 HTML 中使用 HTML <img> 标签。这就是为什么您看到的是文字而不是图片。

此外,尽可能使用 markdown 而不是 HTML,因为 markdown 处理器经常会出错。

这是更正后的降价文件:

<h1 align="center">Dev Dictionary</h1>
<p align="center">Find information on any technology</p>
<kbd><img src="https://cloud.githubusercontent.com/assets/4705188/20508600/ac62b414-b030-11e6-9dfe-691a6a3250fd.png" alt="image">
</kbd>

## Overview
This is the repository of **Dev Dictionary**, a Chrome Extension to help developers find information on any technology. It can be installed through the [Chrome Web Store](https://chrome.google.com/webstore/detail/dev-dictionary/mbhildcgplbobgnhgnihmeiaokhdaelf).

## Development
* For more information regarding development of Chrome extensions, see [Getting Started: Building a Chrome Extension](https://developer.chrome.com/extensions/getstarted)
* For more information regarding Chrome extension APIs, see [Chrome Platform APIs](https://developer.chrome.com/extensions/api_index)

## Libraries
* [React](https://facebook.github.io/react/)
* [Redux](http://redux.js.org/)
* [Webpack](https://webpack.github.io/)
* [Node JS](https://nodejs.org)
* [Bootstrap](http://getbootstrap.com/)
* [jQuery](https://jquery.com/)