From 21830f0d48240b7a9f5e86c3451a82b979e8c3d9 Mon Sep 17 00:00:00 2001 From: Manuel Roth Date: Fri, 26 Feb 2016 13:25:03 +0100 Subject: [PATCH] Add syntax highlighting specifically for html --- docs/display-map-with-mapbox-gl.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/display-map-with-mapbox-gl.md b/docs/display-map-with-mapbox-gl.md index 558f00a..bd00f81 100644 --- a/docs/display-map-with-mapbox-gl.md +++ b/docs/display-map-with-mapbox-gl.md @@ -58,7 +58,7 @@ The `bright-v8.json` style is loaded from the local directory. Because we use the local sprites and fonts we don't need a Mapbox API key. -```html +{% highlight html %} @@ -89,7 +89,7 @@ map.addControl(new mapboxgl.Navigation()); -``` +{% endhighlight %} ## Serve the Map