This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
h1 Sample File | |
p テキストテキストテキスト |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<img alt="yterajima" src="http://www.e2esound.com/images/yterajima.jpg" /> | |
<!-- Slimの場合 | |
img src="http://www.e2esound.com/images/yterajima.jpg" alt="yterajima" | |
--> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
doctype html | |
html | |
head | |
meta charset="utf-8" | |
title Sample File | |
body.sample | |
#contents | |
h1 Sample File | |
img src="http://www.e2esound.com/images/yterajima.jpg" alt="yterajima" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8" /> | |
<title>Sample File</title> | |
</head> | |
<body class="sample"> | |
<div id="contents"> | |
<h1>Sample File</h1> | |
<img alt="yterajima" src="http://www.e2esound.com/images/yterajima.jpg" /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" qq で現在のファイルを実行 | |
silent! nmap <unique>qq <Plug>(quickrun) | |
let g:quickrun_config = {} | |
" quickrunの結果は下部に表示 | |
let g:quickrun_config['*'] = {'split': 'below'} | |
let g:quickrun_config['slim'] = {'command' : 'slim', 'exec' : ['%crb -p %s']} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
list = [1, 2, 3, 4, 5] | |
for item in list | |
console.log(item) | |
for item in list by -1 | |
console.log(item) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
test.sass |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
title: Welcome to Middleman | |
--- | |
.welcome | |
h1 Middleman is Watching | |
p.doc | |
== link_to "Read Online Documentation", "http://middlemanapp.com/" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8" /> | |
<title>template title</title> | |
<link href="css/styleseet.css" rel="stylesheet" /> | |
</head> | |
<body> | |
<header> | |
<h1>どどドドドドドド</h1> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
+ html #hoge { | |
zoom: 1; } |