-
Notifications
You must be signed in to change notification settings - Fork 824
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #263 from bryant1410/master
Fix broken headings in Markdown files
- Loading branch information
Showing
17 changed files
with
870 additions
and
870 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ Google I/O 2014发布的Material Design将会成为统一Android,Chrome等平 | |
|
||
*** | ||
|
||
##一起来参与 | ||
## 一起来参与 | ||
如果想做出贡献(翻译或者校对)的话,请加QQ群:137198122,谢谢! | ||
|
||
原文文档: | ||
|
@@ -135,7 +135,7 @@ Google I/O 2014发布的Material Design将会成为统一Android,Chrome等平 | |
* [`更新记录`](SOURCE/whats-new/whats-new.md) - [`What's new`](https://www.google.com/design/spec/whats-new/whats-new.html) | ||
|
||
*** | ||
##协作过程演示 | ||
## 协作过程演示 | ||
|
||
录了一个动作演示,如下 | ||
![github guide](http://assets-1sters.qiniudn.com/github_guide.gif) | ||
|
@@ -337,21 +337,21 @@ To [email protected]:IceskYsl/material_design_zh.git | |
|
||
## 常见问题 | ||
|
||
###代码如何处理 | ||
### 代码如何处理 | ||
使用markdown的代码规范处理,如 | ||
|
||
\`\`\`html | ||
\<div class="hey"\>...\</div\> | ||
\`\`\` | ||
|
||
###图片如何处理 | ||
### 图片如何处理 | ||
在章(如components)下创建`images`目录,将图片原文件名(如materialdesign-goals-cutrectangles_large_mdpi.png)存到该目录下,然后在文档中这样调用 | ||
`![ALT文字](images/materialdesign-goals-landingimage_large_mdpi.png)` | ||
|
||
### 图片太大,如何缩小 [issue#57](https://github.com/1sters/material_design_zh/issues/57) | ||
|
||
### 如何添加锚点 [issue#58](https://github.com/1sters/material_design_zh/issues/58) | ||
|
||
###视频如何处理 [issue#90](https://github.com/1sters/material_design_zh/issues/90) | ||
### 视频如何处理 [issue#90](https://github.com/1sters/material_design_zh/issues/90) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ Google I/O 2014发布的Material Design将会成为统一Android,Chrome等平 | |
|
||
*** | ||
|
||
##一起来参与 | ||
## 一起来参与 | ||
如果想做出贡献(翻译或者校对)的话,请加QQ群:137198122,谢谢! | ||
|
||
原文文档: | ||
|
@@ -208,7 +208,7 @@ Google I/O 2014发布的Material Design将会成为统一Android,Chrome等平 | |
* [调色板](SOURCE/resources/color-palettes.md) - [Color Palettes](http://www.google.com/design/spec/resources/color-palettes.html) √ by [poppinlp](https://github.com/poppinlp) | ||
|
||
*** | ||
##协作过程演示 | ||
## 协作过程演示 | ||
|
||
录了一个动作演示,如下 | ||
![github guide](http://assets-1sters.qiniudn.com/github_guide.gif) | ||
|
@@ -410,21 +410,21 @@ To [email protected]:IceskYsl/material_design_zh.git | |
|
||
## 常见问题 | ||
|
||
###代码如何处理 | ||
### 代码如何处理 | ||
使用markdown的代码规范处理,如 | ||
|
||
\`\`\`html | ||
\<div class="hey"\>...\</div\> | ||
\`\`\` | ||
|
||
###图片如何处理 | ||
### 图片如何处理 | ||
在章(如components)下创建`images`目录,将图片原文件名(如materialdesign-goals-cutrectangles_large_mdpi.png)存到该目录下,然后在文档中这样调用 | ||
`![ALT文字](images/materialdesign-goals-landingimage_large_mdpi.png)` | ||
|
||
### 图片太大,如何缩小 [issue#57](https://github.com/1sters/material_design_zh/issues/57) | ||
|
||
### 如何添加锚点 [issue#58](https://github.com/1sters/material_design_zh/issues/58) | ||
|
||
###视频如何处理 [issue#90](https://github.com/1sters/material_design_zh/issues/90) | ||
### 视频如何处理 [issue#90](https://github.com/1sters/material_design_zh/issues/90) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.