Skip to content

Commit

Permalink
馃悰 FIX: Broken Image
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadawais committed Apr 12, 2018
1 parent 10b8a95 commit dd150e7
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions demo/markdown.md
@@ -1,7 +1,5 @@
# Shades of Purple Theme for VS Code

![Preview](images/shades-of-purple.png)

![Install](https://on.ahmda.ws/qWVC/c)

## Easy Installation
Expand Down Expand Up @@ -32,8 +30,13 @@ Thanks to VSCode team at Microsoft for creating such an awesome code editor. Als
Say 馃憢 to me on Twitter via `@MrAhmadAwais`

```js
// Sum functions.
// JavaScript Sum functions.
const sum = (x, y) => x + y;
```

```php
// PHP Sum functions.
function sum( x, y ) { return x + y; }
```

Cool markdown, the syntax is hidden and you can just write stuff.

0 comments on commit dd150e7

Please sign in to comment.