Add render instruction for code syntax highlighting (#66)

Co-authored-by: Sindre Sorhus <sindresorhus@gmail.com>
This commit is contained in:
Atsushi Yamamoto 2019-06-19 23:17:48 +09:00 committed by Sindre Sorhus
parent 6616212a2a
commit 8e8d8570e8

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