Skip to content

Commit

Permalink
Site updated: 2016-12-11 14:29:04
Browse files Browse the repository at this point in the history
  • Loading branch information
wvinzh committed Dec 11, 2016
1 parent c8580a7 commit 975d7d6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion 2016/03/17/MarkDown语法概述/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ <h3 id="引用"><a href="#引用" class="headerlink" title="引用"></a>引用</
</blockquote>
</blockquote>
<figure class="highlight markdown"><table><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br></pre></td><td class="code"><pre><span class="line"><span class="quote">&gt; 这里是引用</span></span><br><span class="line">&gt;&gt; 这里也是引用</span><br></pre></td></tr></table></figure>
<h3 id="图片与链接"><a href="#图片与链接" class="headerlink" title="图片与链接"></a>图片与链接</h3><p>如:<a href="http://hustzh.com">HDDA’s blog</a></p>
<h3 id="图片与链接"><a href="#图片与链接" class="headerlink" title="图片与链接"></a>图片与链接</h3><p>如:<a href="http://hustzh.com" target="_blank" rel="external">HDDA’s blog</a></p>
<p><img src="http://img5.imgtn.bdimg.com/it/u=427840222,1928993467&amp;fm=21&amp;gp=0.jpg" alt="图片"></p>
<p>插入图片的地址需要图床,这里推荐围脖图床修复计划 与 CloudApp 的服务,生成URL地址即可。</p>
<figure class="highlight markdown"><table><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br><span class="line">3</span><br><span class="line">4</span><br><span class="line">5</span><br></pre></td><td class="code"><pre><span class="line">插入链接与插入图片的语法很像,区别在一个 !号</span><br><span class="line"></span><br><span class="line">图片为:![<span class="string">alt</span>](<span class="link">url</span>)</span><br><span class="line"></span><br><span class="line">链接为:[<span class="string">内容</span>](<span class="link">地址</span>)</span><br></pre></td></tr></table></figure>
Expand Down
24 changes: 12 additions & 12 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -499,12 +499,12 @@ body {
}
pre,
.highlight {
background: #000;
background: #002451;
margin: 20px 0;
padding: 15px;
overflow: auto;
font-size: 13px;
color: #eaeaea;
color: #fff;
line-height: 1.6;
}
.highlight .gutter pre {
Expand Down Expand Up @@ -541,7 +541,7 @@ pre code {
}
.highlight figcaption {
font-size: 0.85em;
color: #969896;
color: #7285b7;
line-height: 1em;
margin-bottom: 1em;
}
Expand All @@ -564,7 +564,7 @@ pre code {
height: 20px;
}
pre .comment {
color: #969896;
color: #7285b7;
}
pre .variable,
pre .attribute,
Expand All @@ -578,7 +578,7 @@ pre .html .doctype,
pre .css .id,
pre .css .class,
pre .css .pseudo {
color: #d54e53;
color: #ff9da4;
}
pre .number,
pre .preprocessor,
Expand All @@ -587,11 +587,11 @@ pre .literal,
pre .params,
pre .constant,
pre .command {
color: #e78c45;
color: #ffc58f;
}
pre .ruby .class .title,
pre .css .rules .attribute {
color: #b9ca4a;
color: #d1f1a9;
}
pre .string,
pre .value,
Expand All @@ -602,11 +602,11 @@ pre .xml .cdata,
pre .special,
pre .number,
pre .formula {
color: #b9ca4a;
color: #d1f1a9;
}
pre .title,
pre .css .hexcolor {
color: #70c0b1;
color: #9ff;
}
pre .function,
pre .python .decorator,
Expand All @@ -616,11 +616,11 @@ pre .ruby .title .keyword,
pre .perl .sub,
pre .javascript .title,
pre .coffeescript .title {
color: #7aa6da;
color: #bbdaff;
}
pre .keyword,
pre .javascript .function {
color: #c397d8;
color: #ebbbff;
}
.full-image.full-image.full-image {
border: none;
Expand Down Expand Up @@ -1512,7 +1512,7 @@ pre .javascript .function {
width: 4px;
height: 4px;
border-radius: 50%;
background: #ff42b5;
background: #ff097c;
}
.links-of-blogroll {
font-size: 13px;
Expand Down

0 comments on commit 975d7d6

Please sign in to comment.