From 286b7f4212cd21b9e49990d52936d2a39f6b803e Mon Sep 17 00:00:00 2001 From: Atsushi Yamamoto Date: Tue, 18 Jun 2019 18:54:21 +0900 Subject: [PATCH 1/3] Add md render instruction for code syntax --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 790cef5..6dedf29 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 highlight use GitHub Flavored Markdown generated from [their `/markdown` API](https://developer.github.com/v3/markdown/). + ## How From 5264192cd4de5da27d5c5818e2f9ae099734c583 Mon Sep 17 00:00:00 2001 From: Atsushi Yamamoto Date: Tue, 18 Jun 2019 18:56:58 +0900 Subject: [PATCH 2/3] Fix grammer --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 6dedf29..9a2458a 100644 --- a/readme.md +++ b/readme.md @@ -44,7 +44,7 @@ Import the `github-markdown.css` file and add a `markdown-body` class to the con ``` -If you want code syntax highlight use GitHub Flavored Markdown generated from [their `/markdown` API](https://developer.github.com/v3/markdown/). +If you want a code syntax highlight, use the GitHub Flavored Markdown rendered from [their `/markdown` API](https://developer.github.com/v3/markdown/). ## How From 4ef179ece13c7b30a752f2c10d8bdfdaf37b034d Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Wed, 19 Jun 2019 21:16:00 +0700 Subject: [PATCH 3/3] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 9a2458a..a289872 100644 --- a/readme.md +++ b/readme.md @@ -44,7 +44,7 @@ Import the `github-markdown.css` file and add a `markdown-body` class to the con ``` -If you want a code syntax highlight, use the GitHub Flavored Markdown rendered from [their `/markdown` API](https://developer.github.com/v3/markdown/). +If you want code syntax highlighted, use GitHub Flavored Markdown rendered from [GitHub's `/markdown` API](https://developer.github.com/v3/markdown/). ## How