【发布时间】:2017-03-18 15:48:16
【问题描述】:
【问题讨论】:
标签: github markdown github-flavored-markdown
【问题讨论】:
标签: github markdown github-flavored-markdown
不要在 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/)
【讨论】:
# Header 而不是 #Header)后需要一个空格,我认为这是一个很好的改变。我确定还有其他人。