Apply tags to example posts

Signed-off-by: SeongJae Park <sj38.park@gmail.com>
This commit is contained in:
SeongJae Park 2017-02-25 00:20:29 +09:00
commit 4a7bf7833c
2 changed files with 4 additions and 2 deletions

View file

@ -2,6 +2,7 @@
title: Code Sample
subtitle: Using Pygments or Highlight.js
date: 2016-03-08
tags: ["example", "code"]
---
The following are two code samples using syntax highlighting.
@ -27,4 +28,4 @@ The following is a code sample using triple backticks ( ``` ) code fencing provi
num2 = prompt("Enter second number")
sum = parseInt(num1) + parseInt(num2) // "+" means "add"
alert("Sum = " + sum) // "+" means combine into a string
```
```