Skip to content

Commit

Permalink
An example of code inside list
Browse files Browse the repository at this point in the history
  • Loading branch information
kizu committed Apr 7, 2013
1 parent c493386 commit 7db3f89
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 7 deletions.
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
markdown: kramdown
2 changes: 1 addition & 1 deletion _site/README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Just testing different jekyll and github thingies, move on.
Just testing different jekyll and github thingies, move on.
23 changes: 19 additions & 4 deletions _site/index.html
Original file line number Diff line number Diff line change
@@ -1,21 +1,36 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>Ololo lolo</title>
<title>A list with code</title>
<meta charset="utf-8">
</head>
<body>
<h1>Ololo lolo</h1>
<h1>A list with code</h1>



<p>Hello world</p>
<ul>
<li>
<pre><code>.foo {
bar: baz;
}
</code></pre>
</li>
<li>
<pre><code>.foo {
bar: baz;
}
</code></pre>
</li>
</ul>







<b>wor</b>
<b></b>


</body>
Expand Down
14 changes: 12 additions & 2 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
layout: default
---

# Ololo lolo
# A list with code

- ~~~
.foo {
bar: baz;
}
~~~

-
.foo {
bar: baz;
}

Hello world

0 comments on commit 7db3f89

Please sign in to comment.