Update 2019-8-12-code-snippets.md

This commit is contained in:
Amit Merchant 2019-08-12 17:16:05 +05:30 committed by GitHub
parent 363e3dbc42
commit 0bbd67657c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,7 +16,7 @@ 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!';
?> ?>