Skip to content

Commit

Permalink
Update drjekyll.md
Browse files Browse the repository at this point in the history
  • Loading branch information
geraldb committed Oct 15, 2015
1 parent 36f88c2 commit a5e0f7f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions drjekyll.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ and millions of (web) sites.

HTML | Notes
------------------------------------ | -------------------
**Basic Block Tags** | -
**Basic Block Tags** |
`<p>..</p>` | Paragraph
`<h1>..</h1>` - `<h6>..</h6>` | Heading 1-6
`<ul>(<li>...</li>)+</ul>` | Bullet (Unordered) List
`<ol>(<li>...</li>)+</ol>` | Numbered (Ordered) List
**Basic Inline Tags** | -
**Basic Inline Tags** |
`<i>...</i> or <em>...</em>` | Italic Text (Emphasis)
`<b>...</b> or <strong>...</strong>` | Bold Text (Strong Emphasis)
`<br>` | (Hard) Line Break
Expand Down Expand Up @@ -157,7 +157,7 @@ Tom Preston-Werner - Blogging Like a Hacker

Not just about blogs e.g.

Jekyll - Simple, blog-aweere, static sites
Jekyll - Simple, blog-aware, static sites

![](i/showcase-jekyllrb.png)

Expand Down

0 comments on commit a5e0f7f

Please sign in to comment.