Browse Source

Fix link inside rst area

Missing letter aside, it should use rst syntax for linking, not markdown as it's inside an `eval_rst`.
Edho Arief 4 years ago
parent
commit
0290515a98
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/customization.md

+ 1 - 1
docs/customization.md

@@ -70,7 +70,7 @@ In the template, you have the `$baseUrl` and `$route` variables available to you
 Finally, add the language to the `example_languages` array in your config and generate your documentation as usual. 
 
 ```eval_rst
-.. Note:: Scribe makes use of CSS from [ighlight.js](https://highlightjs.org) for its syntax highlighting. The bundle we use only includes support for a bunch of the most popular languages. If your language isn't supported (all code appears white), you can [download a new CSS bundle](https://highlightjs.org/download/) yourself, and include your desired language. Then locate the highlight.js CSS file that Scribe outputs for you after generation, and replace that with the one you downloaded. 
+.. Note:: Scribe makes use of CSS from `highlight.js <https://highlightjs.org>`_ for its syntax highlighting. The bundle we use only includes support for a bunch of the most popular languages. If your language isn't supported (all code appears white), you can `download a new CSS bundle <https://highlightjs.org/download/>`_ yourself, and include your desired language. Then locate the highlight.js CSS file that Scribe outputs for you after generation, and replace that with the one you downloaded. 
 ```
 
 ## Customizing the code used in examples