From 8e8d8570e8ec15013134cacddbebedebfb5b3876 Mon Sep 17 00:00:00 2001 From: Atsushi Yamamoto Date: Wed, 19 Jun 2019 23:17:48 +0900 Subject: [PATCH] Add render instruction for code syntax highlighting (#66) Co-authored-by: Sindre Sorhus --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 790cef5..a289872 100644 --- a/readme.md +++ b/readme.md @@ -44,6 +44,8 @@ Import the `github-markdown.css` file and add a `markdown-body` class to the con ``` +If you want code syntax highlighted, use GitHub Flavored Markdown rendered from [GitHub's `/markdown` API](https://developer.github.com/v3/markdown/). + ## How