Apply tags to example posts
Signed-off-by: SeongJae Park <sj38.park@gmail.com>
This commit is contained in:
parent
558005341e
commit
4a7bf7833c
2 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
```
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue