Add render instruction for code syntax highlighting (#66)

Co-authored-by: Sindre Sorhus <sindresorhus@gmail.com>
pull/68/head
Atsushi Yamamoto 2019-06-19 23:17:48 +09:00 committed by Sindre Sorhus
parent 6616212a2a
commit 8e8d8570e8
1 changed files with 2 additions and 0 deletions

View File

@ -44,6 +44,8 @@ Import the `github-markdown.css` file and add a `markdown-body` class to the con
</article>
```
If you want code syntax highlighted, use GitHub Flavored Markdown rendered from [GitHub's `/markdown` API](https://developer.github.com/v3/markdown/).
## How