Use prism for code syntax highlighting

This commit is contained in:
Oliver Davies 2017-03-16 08:09:52 +00:00
parent 356c9dca43
commit adf3c67355
54 changed files with 471 additions and 324 deletions

View file

@ -13,7 +13,7 @@ An example .info file for a Drupal 7 theme.
{% endblock %}
{% block content %}
~~~
```language-ini
name = My Theme
description = A description of my theme
core = 7.x
@ -41,5 +41,5 @@ stylesheets[print][] = css/print.css
# Add javascript files
styles[] = js/mytheme.js
~~~
```
{% endblock %}