Add syntax highlighting specifically for html

pull/344/head
Manuel Roth 2016-02-26 13:25:03 +01:00
rodzic dd3ab2a3fe
commit 21830f0d48
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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. Because we use the local sprites and fonts we don't need a Mapbox API key.
```html {% highlight html %}
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
@ -89,7 +89,7 @@ map.addControl(new mapboxgl.Navigation());
</script> </script>
</body> </body>
</html> </html>
``` {% endhighlight %}
## Serve the Map ## Serve the Map