From aef0b7ae6455e21fc8f0a6cb82bbe9d05839c61a Mon Sep 17 00:00:00 2001 From: Harris Thompson Date: Sun, 1 Apr 2018 19:48:16 -0500 Subject: [PATCH] Remove unnecessary fourth backtick --- packages/gatsby-remark-prismjs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gatsby-remark-prismjs/README.md b/packages/gatsby-remark-prismjs/README.md index 39cd77849baf6..dd468989bfdf5 100644 --- a/packages/gatsby-remark-prismjs/README.md +++ b/packages/gatsby-remark-prismjs/README.md @@ -137,7 +137,7 @@ This is some beautiful code: } } ] - ```` + ``` You can also add line highlighting. It adds a span around lines of code with a special class `.gatsby-highlight-code-line` that you can target with styles. See