From b957a9d51bdb23033aefa3802be78974c7e18cf7 Mon Sep 17 00:00:00 2001 From: Chris Wiseman Date: Wed, 18 Jul 2018 21:25:31 -0300 Subject: [PATCH] Update source plugin tutorial Remove unintended markdown formatting on `YOUR_API_KEY_HERE` by wrapping with backticks --- docs/docs/source-plugin-tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/source-plugin-tutorial.md b/docs/docs/source-plugin-tutorial.md index 46fe716aca39f..5466f396c7717 100644 --- a/docs/docs/source-plugin-tutorial.md +++ b/docs/docs/source-plugin-tutorial.md @@ -36,7 +36,7 @@ Pixabay's [API documentation](https://pixabay.com/api/docs/#api_search_images) d Take the above URL and paste it in to a browser to see Pixabay's response to your query. It gives you a list of photos matching the query "yellow flowers" that have received an Editor's Choice award. -> **NOTE:** You should replace with your Pixabay API key. +> **NOTE:** You should replace `` with your Pixabay API key. ### Plugin behavior