마크다운 언어 테스트용 글.
깃허브에서 사용하는 마크다운 언어가 블로그에 사용하기 좋아 보여서 적용해보았다. 문법을 익히는데 시간이 좀 걸리겠지만, 잘 활용하면 예쁘게 포스팅할 수 있을듯?
function syntaxHighlighting() {
var n = 33;
var s = "hello, こんにちは";
console.log(s);
}
- plain
- emphasis
- strong emphasis
strikethrough
- strong emphasis
inline code
- Numbered list
- Link
An image: ![]()
Block quote.
With somemarkdown.
If TeX Math support is enabled, this is the quadratic equation:
Header 1
Header 2
Header 3
Header 4
Header 5
Header 6
| Tables | Are | Cool |
|---|---|---|
| column 3 is | right-aligned | $1600 |
| column 2 is | centered | $12 |
| zebra stripes | are neat | $1 |
Here’s a horizontal rule:
code block
with no highlighting