mirror of
https://github.com/minoplhy/crappy-reverie.git
synced 2024-11-14 21:36:57 +00:00
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,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!';
|
||||||
?>
|
?>
|
||||||
|
Loading…
Reference in New Issue
Block a user