Update 2019-8-12-code-snippets.md
This commit is contained in:
parent
363e3dbc42
commit
0bbd67657c
|
@ -4,7 +4,7 @@ title: Code snippets in a blog post
|
||||||
categories: [HTML,Code]
|
categories: [HTML,Code]
|
||||||
---
|
---
|
||||||
|
|
||||||
This post demonstrate the use of code snippets in the theme.
|
This post demonstrate the use of code snippets in the theme. The code snippets are powered by [Pygments](http://pygments.org/) and the code theme that is been used in Reverie is called [Draula](https://draculatheme.com/).
|
||||||
|
|
||||||
This is a raw snippet:
|
This is a raw snippet:
|
||||||
|
|
||||||
|
@ -16,9 +16,9 @@ This is a text snippet
|
||||||
|
|
||||||
This is a PHP snippet:
|
This is a PHP snippet:
|
||||||
|
|
||||||
```js
|
```php
|
||||||
<?php
|
<?php
|
||||||
echo 'Hello, World!';
|
echo 'Hello, World!';
|
||||||
?>
|
?>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue