<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
 
  <title>Nick Peng's Blog</title>
 <link href="http://pymumu.github.io"/>
 <updated>2026-05-18T15:41:56+00:00</updated>
 <id>http://pymumu.github.io</id>
 <author>
	 <name>Nick Peng</name>
 </author>

 
 <entry>
   <title>How to build your own github blog pages.</title>
   <link href="http://pymumu.github.io/post/2014-06-26/how-to-build-your-own-github-blog.html"/>
   <updated>2014-06-26T15:00:00+00:00</updated>
   <id>http://pymumu.github.io/post/2014-06-26/how-to-build-your-own-github-blog</id>
   <content type="html">&lt;p&gt;As my own blog has been almost completed, I’m writing this guide to anyone who wants to build his own blog.&lt;/p&gt;

&lt;p&gt;The website is based on jekyll, jekyll is a simple, blog-aware, static site generator, it tool can transform your plain text into static websites.&lt;/p&gt;

&lt;p&gt;You can learn more about jekyll at http://jekyllrb.com/. for Chinese, you can visit at http://jekyllcn.com/.&lt;/p&gt;

&lt;h1 id=&quot;requirements&quot;&gt;Requirements&lt;/h1&gt;
&lt;h2 id=&quot;accounts&quot;&gt;Accounts&lt;/h2&gt;
&lt;p&gt;Some accounts is necessary, such as github account, some not, but if you have these accounts , you can do more facilities on your site.&lt;/p&gt;
&lt;h3 id=&quot;github-account&quot;&gt;GitHub Account&lt;/h3&gt;
&lt;p&gt;An github account is required, you can sign up at https://github.com/join.&lt;/p&gt;
&lt;h3 id=&quot;google-account-optional&quot;&gt;Google Account (optional)&lt;/h3&gt;
&lt;p&gt;Google account is used for statics and web analysis, you can sign up at http://www.google.com (YOU CANNOT ACCESS GOOGLE IF YOU ARE IN CHINA, FUCK GFW.)&lt;/p&gt;
&lt;h3 id=&quot;disqus-account-optional&quot;&gt;Disqus Account (optional)&lt;/h3&gt;
&lt;p&gt;Disqus is a third social comments system, you can let people write their ideas on you blog pages. you can sign up at https://www.disqus.com/&lt;/p&gt;

&lt;h1 id=&quot;before-start&quot;&gt;Before start&lt;/h1&gt;
&lt;h2 id=&quot;sample-blog-in-plain-text&quot;&gt;sample blog in plain text&lt;/h2&gt;
&lt;p&gt;The blog file is in markdown or textile syntax, you can learn at http://daringfireball.net/projects/markdown/.&lt;/p&gt;

&lt;p&gt;Here is a example:&lt;/p&gt;
&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;layout: post
title: draft
date: 2014-06-24 23:00:00 +0800
categories: misc
description: page description.
tags: tags
---
This is an example.
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;h2 id=&quot;for-lazy-guys&quot;&gt;for lazy guys&lt;/h2&gt;
&lt;p&gt;If you just want to use free blog, don’t want to create website yourself, you can use this wizard to create your own page, it’s very easy.&lt;/p&gt;

&lt;ol&gt;
  &lt;li&gt;Sign in github with your account.&lt;/li&gt;
  &lt;li&gt;Open the following url, and do as wizard.
    &lt;blockquote&gt;
      &lt;p&gt;&lt;strong&gt;https://github.com/&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;username&lt;/code&gt;/username.github.io/generated_pages/new&lt;/strong&gt;&lt;/p&gt;
    &lt;/blockquote&gt;
  &lt;/li&gt;
  &lt;li&gt;Clone your repository to local.&lt;/li&gt;
  &lt;li&gt;Write your blog file named &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;YYYY-MM-DD-blog-title.md&lt;/code&gt;. and put it in _posts directory, the syntax of blog is markdown.&lt;/li&gt;
  &lt;li&gt;Push it to github server.&lt;/li&gt;
  &lt;li&gt;You can access you website at &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;http://yourname.github.io.&lt;/code&gt; (The server will take some minutes for the first publish)&lt;/li&gt;
&lt;/ol&gt;

&lt;h2 id=&quot;if-you-are-a-geek&quot;&gt;if you are a geek&lt;/h2&gt;
&lt;p&gt;if you want to build your blog pages yourself, just read the following text.&lt;/p&gt;

&lt;h1 id=&quot;some-thing-you-need-to-know&quot;&gt;Some thing you need to know&lt;/h1&gt;
&lt;p&gt;You can host your website on github, the process is as follows.&lt;/p&gt;

&lt;ol&gt;
  &lt;li&gt;Build your own website project according to jekyllrb.&lt;/li&gt;
  &lt;li&gt;Create a new repository on github named &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;username.github.io.&lt;/code&gt;&lt;/li&gt;
  &lt;li&gt;Push your project into your repository on github.&lt;/li&gt;
  &lt;li&gt;Github server will run jekyll to generate your website, and publish your website automatically.&lt;/li&gt;
  &lt;li&gt;You can access you website at &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;http://yourname.github.io.&lt;/code&gt; (The server will take some minutes for the first publish)&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The detailed wizard is at https://pages.github.com/&lt;/p&gt;

&lt;h2 id=&quot;tools&quot;&gt;Tools&lt;/h2&gt;
&lt;h3 id=&quot;local-computer-tools&quot;&gt;Local computer tools&lt;/h3&gt;
&lt;ul&gt;
  &lt;li&gt;git : http://rubyinstaller.org/downloads/&lt;/li&gt;
  &lt;li&gt;ruby : http://git-scm.com/ (Windows users can download TortoiseGit. )&lt;/li&gt;
&lt;/ul&gt;

&lt;h1 id=&quot;build-site&quot;&gt;Build site&lt;/h1&gt;
&lt;h2 id=&quot;knowledge&quot;&gt;knowledge&lt;/h2&gt;
&lt;p&gt;jekyll project has it’s own directory struct, the struct is like these.&lt;/p&gt;
&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;.
├── _config.yml
├── _drafts
|   ├── begin-with-the-crazy-ideas.textile
|   └── on-simplicity-in-technology.markdown
├── _includes
|   ├── footer.html
|   └── header.html
├── _layouts
|   ├── default.html
|   └── post.html
├── _posts
|   ├── 2007-10-29-why-every-programmer-should-play-nethack.textile
|   └── 2009-04-26-barcamp-boston-4-roundup.textile
├── _data
|   └── members.yml
├── _site
└── index.html
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;You can learn more about this at http://jekyllrb.com/docs/structure&lt;/p&gt;

&lt;h2 id=&quot;how-to&quot;&gt;How-to&lt;/h2&gt;
&lt;h3 id=&quot;about-front-matter&quot;&gt;About Front-matter&lt;/h3&gt;
&lt;p&gt;Any file that contains a YAML front matter block will be processed by Jekyll as a special file.&lt;/p&gt;

&lt;p&gt;You can learn more about YAML Front Matter at http://jekyllrb.com/docs/frontmatter/.&lt;/p&gt;

&lt;h3 id=&quot;front-end-framework&quot;&gt;Front-end framework.&lt;/h3&gt;
&lt;p&gt;Bootstrap is a popular front-end framework, You can use it to design your website in your own style.&lt;/p&gt;

&lt;p&gt;Here are some example pages.
http://getbootstrap.com/getting-started/#examples&lt;/p&gt;

&lt;p&gt;You can use them as your templete pages.&lt;/p&gt;

&lt;h3 id=&quot;display-blog-posts&quot;&gt;Display blog posts.&lt;/h3&gt;
&lt;p&gt;Here is an introduction to write or display posts, http://jekyllrb.com/docs/posts/&lt;/p&gt;

&lt;h3 id=&quot;some-other-components-you-may-need&quot;&gt;Some other components you may need.&lt;/h3&gt;
&lt;ul&gt;
  &lt;li&gt;jquery : http://jquery.com/&lt;/li&gt;
  &lt;li&gt;highlight : http://highlightjs.org/&lt;/li&gt;
  &lt;li&gt;font-awesome : http://fortawesome.github.io/Font-Awesome/&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;add-comments-system&quot;&gt;Add comments system&lt;/h3&gt;
&lt;p&gt;There are many comments systems, I prefer &lt;a href=&quot;https://www.disqus.com/&quot;&gt;Disqus&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If your blog is in Chinese, you can use &lt;a href=&quot;http://www.duoshuo.com/&quot;&gt;多说&lt;/a&gt; as your comments system.&lt;/p&gt;

&lt;h3 id=&quot;at-last&quot;&gt;At last&lt;/h3&gt;
&lt;p&gt;The rest is your creativity, you can create you own pages with these powerfull components.&lt;/p&gt;

&lt;p&gt;You can also &lt;a href=&quot;https://github.com/pymumu/pymumu.github.io&quot;&gt;fork me&lt;/a&gt; at github.&lt;/p&gt;

&lt;h1 id=&quot;useful-links&quot;&gt;useful links&lt;/h1&gt;
&lt;h2 id=&quot;github-pages&quot;&gt;github pages&lt;/h2&gt;
&lt;ul&gt;
  &lt;li&gt;https://pages.github.com/&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;personal-website-list&quot;&gt;personal website list&lt;/h2&gt;
&lt;ul&gt;
  &lt;li&gt;https://github.com/jekyll/jekyll/wiki/sites&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;social-comments-system&quot;&gt;social comments system&lt;/h2&gt;
&lt;ul&gt;
  &lt;li&gt;Disqus : https://www.disqus.com/&lt;/li&gt;
  &lt;li&gt;多说 : http://www.duoshuo.com/&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;markdown-syntax&quot;&gt;markdown syntax&lt;/h2&gt;
&lt;ul&gt;
  &lt;li&gt;syntax practice : http://markdown-here.com/livedemo.html&lt;/li&gt;
  &lt;li&gt;syntax : https://github.com/adam-p/markdown-here/wiki/Markdown-Here-Cheatsheet&lt;/li&gt;
&lt;/ul&gt;

</content>
 </entry>
 
 <entry>
   <title>My first blog.</title>
   <link href="http://pymumu.github.io/post/2014-06-23/my-first-blog-pages.html"/>
   <updated>2014-06-23T15:00:00+00:00</updated>
   <id>http://pymumu.github.io/post/2014-06-23/my-first-blog-pages</id>
   <content type="html">&lt;p&gt;Hi, everybody, This is my first github blog page, it’s my pleasure to see you all. The content contains some Markdown syntax test cases.&lt;/p&gt;

&lt;h1 id=&quot;start&quot;&gt;Start&lt;/h1&gt;
&lt;h2 id=&quot;basic-writing&quot;&gt;Basic writing&lt;/h2&gt;
&lt;h3 id=&quot;paragraphs&quot;&gt;Paragraphs&lt;/h3&gt;
&lt;p&gt;On July 2, an alien mothership entered Earth’s orbit and deployed several dozen saucer-shaped “destroyer” spacecraft, each 15 miles (24 km) wide.&lt;/p&gt;

&lt;p&gt;On July 3, the Black Knights, a squadron of Marine Corps F/A-18 Hornets, participated in an assault on a destroyer near the city of Los Angeles.&lt;/p&gt;
&lt;h3 id=&quot;headings&quot;&gt;Headings&lt;/h3&gt;
&lt;h1 id=&quot;the-largest-heading&quot;&gt;The largest heading&lt;/h1&gt;
&lt;h2 id=&quot;the-second-largest-heading&quot;&gt;The second largest heading&lt;/h2&gt;

&lt;h3 id=&quot;blockquotes&quot;&gt;Blockquotes&lt;/h3&gt;
&lt;p&gt;In the words of Abraham Lincoln:&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;Pardon my french&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h3 id=&quot;styling-text&quot;&gt;Styling text&lt;/h3&gt;
&lt;p&gt;&lt;em&gt;This text will be italic&lt;/em&gt;
&lt;strong&gt;This text will be bold&lt;/strong&gt;
&lt;strong&gt;Everyone &lt;em&gt;must&lt;/em&gt; attend the meeting at 5 o’clock today.&lt;/strong&gt;&lt;/p&gt;

&lt;h2 id=&quot;lists&quot;&gt;Lists&lt;/h2&gt;
&lt;h3 id=&quot;unordered-lists&quot;&gt;Unordered lists&lt;/h3&gt;
&lt;ul&gt;
  &lt;li&gt;Item 1&lt;/li&gt;
  &lt;li&gt;Item 2
    &lt;ul&gt;
      &lt;li&gt;Item 2a&lt;/li&gt;
      &lt;li&gt;Item 2b&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;ordered-lists&quot;&gt;Ordered lists&lt;/h3&gt;
&lt;ol&gt;
  &lt;li&gt;Item 1&lt;/li&gt;
  &lt;li&gt;Item 2&lt;/li&gt;
  &lt;li&gt;Item 3
    &lt;ul&gt;
      &lt;li&gt;Item 3a&lt;/li&gt;
      &lt;li&gt;Item 3b&lt;/li&gt;
      &lt;li&gt;
        &lt;h3 id=&quot;nested-lists&quot;&gt;Nested lists&lt;/h3&gt;
      &lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Item 1&lt;/li&gt;
  &lt;li&gt;A corollary to the above item.&lt;/li&gt;
  &lt;li&gt;Yet another point to consider.&lt;/li&gt;
  &lt;li&gt;Item 2
    &lt;ul&gt;
      &lt;li&gt;A corollary that does not need to be ordered.&lt;/li&gt;
    &lt;/ul&gt;
    &lt;ul&gt;
      &lt;li&gt;This is indented four spaces, because it’s two spaces further than the item above.&lt;/li&gt;
      &lt;li&gt;You might want to consider making a new list.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Item 3&lt;/li&gt;
&lt;/ol&gt;

&lt;h2 id=&quot;images&quot;&gt;Images&lt;/h2&gt;
&lt;p&gt;&lt;img src=&quot;https://avatars3.githubusercontent.com/u/3275997?s=460&quot; alt=&quot;My helpful screenshot&quot; /&gt;&lt;/p&gt;

&lt;h2 id=&quot;code-formatting&quot;&gt;Code formatting&lt;/h2&gt;
&lt;h3 id=&quot;inline-formats&quot;&gt;Inline formats&lt;/h3&gt;
&lt;p&gt;Here’s an idea: why don’t we take &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;SuperiorProject&lt;/code&gt; and turn it into &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;**Reasonable**Project&lt;/code&gt;.&lt;/p&gt;

&lt;h3 id=&quot;multiple-lines&quot;&gt;Multiple lines&lt;/h3&gt;
&lt;p&gt;Check out this neat program I wrote:&lt;/p&gt;

&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;x = 0
x = 2 + 2
what is x
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;h2 id=&quot;links&quot;&gt;Links&lt;/h2&gt;
&lt;p&gt;&lt;a href=&quot;www.github.com&quot;&gt;Visit GitHub!&lt;/a&gt;&lt;/p&gt;

&lt;h1 id=&quot;github-flavored-markdown&quot;&gt;GitHub Flavored Markdown&lt;/h1&gt;
&lt;h2 id=&quot;multiple-underscores-in-words&quot;&gt;Multiple underscores in words&lt;/h2&gt;
&lt;p&gt;perform_complicated_task
do_this_and_do_that_and_another_thing&lt;/p&gt;

&lt;h2 id=&quot;url-autolinking&quot;&gt;URL autolinking&lt;/h2&gt;
&lt;p&gt;http://example.com&lt;/p&gt;

&lt;h2 id=&quot;strikethrough&quot;&gt;Strikethrough&lt;/h2&gt;
&lt;p&gt;&lt;del&gt;Mistaken text.&lt;/del&gt;&lt;/p&gt;

&lt;h2 id=&quot;fenced-code-blocks&quot;&gt;Fenced code blocks&lt;/h2&gt;
&lt;p&gt;Here’s an example:&lt;/p&gt;

&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;function test() {
  console.log(&quot;notice the blank line before this function?&quot;);
}
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;h2 id=&quot;syntax-highlighting&quot;&gt;Syntax highlighting&lt;/h2&gt;
&lt;div class=&quot;language-ruby highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;&lt;span class=&quot;nb&quot;&gt;require&lt;/span&gt; &lt;span class=&quot;s1&quot;&gt;&apos;redcarpet&apos;&lt;/span&gt;
&lt;span class=&quot;n&quot;&gt;markdown&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;no&quot;&gt;Redcarpet&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;nf&quot;&gt;new&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;s2&quot;&gt;&quot;Hello World!&quot;&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;)&lt;/span&gt;
&lt;span class=&quot;nb&quot;&gt;puts&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;markdown&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;nf&quot;&gt;to_html&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;div class=&quot;language-javascript highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;&lt;span class=&quot;kd&quot;&gt;function&lt;/span&gt; &lt;span class=&quot;nx&quot;&gt;fancyAlert&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;nx&quot;&gt;arg&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;)&lt;/span&gt; &lt;span class=&quot;p&quot;&gt;{&lt;/span&gt;
  &lt;span class=&quot;k&quot;&gt;if&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;nx&quot;&gt;arg&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;)&lt;/span&gt; &lt;span class=&quot;p&quot;&gt;{&lt;/span&gt;
    &lt;span class=&quot;nx&quot;&gt;$&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;nx&quot;&gt;facebox&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;({&lt;/span&gt;&lt;span class=&quot;na&quot;&gt;div&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;:&lt;/span&gt;&lt;span class=&quot;dl&quot;&gt;&apos;&lt;/span&gt;&lt;span class=&quot;s1&quot;&gt;#foo&lt;/span&gt;&lt;span class=&quot;dl&quot;&gt;&apos;&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;})&lt;/span&gt;
  &lt;span class=&quot;p&quot;&gt;}&lt;/span&gt;
&lt;span class=&quot;p&quot;&gt;}&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;figure class=&quot;highlight&quot;&gt;&lt;pre&gt;&lt;code class=&quot;language-c&quot; data-lang=&quot;c&quot;&gt;&lt;table class=&quot;rouge-table&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td class=&quot;gutter gl&quot;&gt;&lt;pre class=&quot;lineno&quot;&gt;1
2
3
4
5
&lt;/pre&gt;&lt;/td&gt;&lt;td class=&quot;code&quot;&gt;&lt;pre&gt;&lt;span class=&quot;kt&quot;&gt;int&lt;/span&gt; &lt;span class=&quot;nf&quot;&gt;main&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;kt&quot;&gt;int&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;argc&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;kt&quot;&gt;char&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;*&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;argv&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;[])&lt;/span&gt;
&lt;span class=&quot;p&quot;&gt;{&lt;/span&gt;
	&lt;span class=&quot;n&quot;&gt;printf&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;s&quot;&gt;&quot;Hello, world!&quot;&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;);&lt;/span&gt;
	&lt;span class=&quot;k&quot;&gt;return&lt;/span&gt; &lt;span class=&quot;mi&quot;&gt;0&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;;&lt;/span&gt;
&lt;span class=&quot;p&quot;&gt;}&lt;/span&gt;
&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/figure&gt;

&lt;h1 id=&quot;tables&quot;&gt;Tables&lt;/h1&gt;
&lt;p&gt;First Header  | Second Header
————- | ————-
Content Cell  | Content Cell
Content Cell  | Content Cell&lt;/p&gt;

&lt;table&gt;
  &lt;thead&gt;
    &lt;tr&gt;
      &lt;th&gt;First Header&lt;/th&gt;
      &lt;th&gt;Second Header&lt;/th&gt;
    &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
    &lt;tr&gt;
      &lt;td&gt;Content Cell&lt;/td&gt;
      &lt;td&gt;Content Cell&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td&gt;Content Cell&lt;/td&gt;
      &lt;td&gt;Content Cell&lt;/td&gt;
    &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;

&lt;table&gt;
  &lt;thead&gt;
    &lt;tr&gt;
      &lt;th&gt;Name&lt;/th&gt;
      &lt;th&gt;Description&lt;/th&gt;
    &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
    &lt;tr&gt;
      &lt;td&gt;Help&lt;/td&gt;
      &lt;td&gt;Display the help window.&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td&gt;Close&lt;/td&gt;
      &lt;td&gt;Closes a window&lt;/td&gt;
    &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;

&lt;table&gt;
  &lt;thead&gt;
    &lt;tr&gt;
      &lt;th&gt;Name&lt;/th&gt;
      &lt;th&gt;Description&lt;/th&gt;
    &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
    &lt;tr&gt;
      &lt;td&gt;Help&lt;/td&gt;
      &lt;td&gt;&lt;del&gt;Display the&lt;/del&gt; help window.&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td&gt;Close&lt;/td&gt;
      &lt;td&gt;&lt;em&gt;Closes&lt;/em&gt; a window&lt;/td&gt;
    &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;

&lt;table&gt;
  &lt;thead&gt;
    &lt;tr&gt;
      &lt;th style=&quot;text-align: left&quot;&gt;Left-Aligned&lt;/th&gt;
      &lt;th style=&quot;text-align: center&quot;&gt;Center Aligned&lt;/th&gt;
      &lt;th style=&quot;text-align: right&quot;&gt;Right Aligned&lt;/th&gt;
    &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
    &lt;tr&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;col 3 is&lt;/td&gt;
      &lt;td style=&quot;text-align: center&quot;&gt;some wordy text&lt;/td&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;$1600&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;col 2 is&lt;/td&gt;
      &lt;td style=&quot;text-align: center&quot;&gt;centered&lt;/td&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;$12&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;zebra stripes&lt;/td&gt;
      &lt;td style=&quot;text-align: center&quot;&gt;are neat&lt;/td&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;$1&lt;/td&gt;
    &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;

&lt;table&gt;
  &lt;thead&gt;
    &lt;tr&gt;
      &lt;th&gt;First Header&lt;/th&gt;
      &lt;th&gt;Second Header&lt;/th&gt;
    &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
    &lt;tr&gt;
      &lt;td&gt;Content from cell 1&lt;/td&gt;
      &lt;td&gt;Content from cell 2&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td&gt;Content in the first column&lt;/td&gt;
      &lt;td&gt;Content in the second column&lt;/td&gt;
    &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;

&lt;h1 id=&quot;writing-on-github&quot;&gt;Writing on GitHub&lt;/h1&gt;
&lt;h2 id=&quot;markup&quot;&gt;Markup&lt;/h2&gt;
&lt;h3 id=&quot;newlines&quot;&gt;Newlines&lt;/h3&gt;
&lt;p&gt;Roses are red
Violets are blue&lt;/p&gt;

&lt;h3 id=&quot;task-lists&quot;&gt;Task lists&lt;/h3&gt;
&lt;ul class=&quot;task-list&quot;&gt;
  &lt;li class=&quot;task-list-item&quot;&gt;&lt;input type=&quot;checkbox&quot; class=&quot;task-list-item-checkbox&quot; disabled=&quot;disabled&quot; checked=&quot;checked&quot; /&gt;@mentions, #refs, &lt;a href=&quot;&quot;&gt;links&lt;/a&gt;, &lt;strong&gt;formatting&lt;/strong&gt;, and &lt;del&gt;tags&lt;/del&gt; are supported&lt;/li&gt;
  &lt;li class=&quot;task-list-item&quot;&gt;&lt;input type=&quot;checkbox&quot; class=&quot;task-list-item-checkbox&quot; disabled=&quot;disabled&quot; checked=&quot;checked&quot; /&gt;list syntax is required (any unordered or ordered list supported)&lt;/li&gt;
  &lt;li class=&quot;task-list-item&quot;&gt;&lt;input type=&quot;checkbox&quot; class=&quot;task-list-item-checkbox&quot; disabled=&quot;disabled&quot; checked=&quot;checked&quot; /&gt;this is a complete item&lt;/li&gt;
  &lt;li class=&quot;task-list-item&quot;&gt;
    &lt;p&gt;&lt;input type=&quot;checkbox&quot; class=&quot;task-list-item-checkbox&quot; disabled=&quot;disabled&quot; /&gt;this is an incomplete item&lt;/p&gt;
  &lt;/li&gt;
  &lt;li class=&quot;task-list-item&quot;&gt;&lt;input type=&quot;checkbox&quot; class=&quot;task-list-item-checkbox&quot; disabled=&quot;disabled&quot; /&gt;a bigger project
    &lt;ul class=&quot;task-list&quot;&gt;
      &lt;li class=&quot;task-list-item&quot;&gt;&lt;input type=&quot;checkbox&quot; class=&quot;task-list-item-checkbox&quot; disabled=&quot;disabled&quot; /&gt;first subtask #1234&lt;/li&gt;
      &lt;li class=&quot;task-list-item&quot;&gt;&lt;input type=&quot;checkbox&quot; class=&quot;task-list-item-checkbox&quot; disabled=&quot;disabled&quot; /&gt;follow up subtask #4321&lt;/li&gt;
      &lt;li class=&quot;task-list-item&quot;&gt;&lt;input type=&quot;checkbox&quot; class=&quot;task-list-item-checkbox&quot; disabled=&quot;disabled&quot; /&gt;final subtask cc @mention&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li class=&quot;task-list-item&quot;&gt;&lt;input type=&quot;checkbox&quot; class=&quot;task-list-item-checkbox&quot; disabled=&quot;disabled&quot; /&gt;a separate task&lt;/li&gt;
&lt;/ul&gt;
</content>
 </entry>
 
</feed>
