Hello Github.IO, Jekyll, Bootstrap, and Markdown

Jun 4, 2015

版权声明:本文为博主原创,未经作者许可谢绝转载。
如有任何疑问或者建议,请联系 xiangchen.cs@gmail.com

本博客挂载在 GitHub Pages 上,博客由 Jekyll 搭建,采用 Bootstrap 前端框架。博文由 Markdown 撰写,使用 kramdown 解析,使用 Markdown Here 的 CSS 文件渲染。博文的自动目录生成采用 ghiculescu 的开源项目,scrollspy 功能由 Bootstrap 提供,代码高亮使用 highlight.js

作为 Hello World,本页面用于测试。测试代码基于 Markdown Here 提供的测试内容修改。

function syntaxHighlighting() {
  var n = 33;
  var s = "hello, こんにちは";
  console.log(s);
}
  • plain
  • emphasis
    • strong emphasis
      • strikethrough
  • inline code
  1. Numbered list
    1. Numbered sub-list
      1. Numbered sub-sub-list
  2. Link

An image: Markdown Here logo

Block quote. With some markdown.

MathJax is used by kramdown to support inline equation $ax_1+bx_2=0$ and display 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