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