formated code
This commit is contained in:
parent
7d6e062ca7
commit
be33c8091e
1 changed files with 193 additions and 206 deletions
|
@ -1,13 +1,15 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en-US">
|
||||
<head>
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Dark Matrix</title>
|
||||
<link rel="stylesheet" href="/style/style.css" />
|
||||
</head>
|
||||
<body>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<header class="page-header" role="banner">
|
||||
<h1 class="project-name">Dark Matrix Theme</h1>
|
||||
<h2 class="project-tagline">Cayman redesigned.</h2>
|
||||
|
@ -53,9 +55,7 @@
|
|||
|
||||
<div class="language-js highlighter-rouge">
|
||||
<div class="highlight">
|
||||
<pre
|
||||
class="highlight"
|
||||
><code><span class="c1">// Javascript code with syntax highlighting.</span>
|
||||
<pre class="highlight"><code><span class="c1">// Javascript code with syntax highlighting.</span>
|
||||
<span class="kd">var</span> <span class="nx">fun</span> <span class="o">=</span> <span class="kd">function</span> <span class="nx">lang</span><span class="p">(</span><span class="nx">l</span><span class="p">)</span> <span class="p">{</span>
|
||||
<span class="nx">dateformat</span><span class="p">.</span><span class="nx">i18n</span> <span class="o">=</span> <span class="nx">require</span><span class="p">(</span><span class="dl">'</span><span class="s1">./lang/</span><span class="dl">'</span> <span class="o">+</span> <span class="nx">l</span><span class="p">)</span>
|
||||
<span class="k">return</span> <span class="kc">true</span><span class="p">;</span>
|
||||
|
@ -66,9 +66,7 @@
|
|||
|
||||
<div class="language-ruby highlighter-rouge">
|
||||
<div class="highlight">
|
||||
<pre
|
||||
class="highlight"
|
||||
><code><span class="c1"># Ruby code with syntax highlighting</span>
|
||||
<pre class="highlight"><code><span class="c1"># Ruby code with syntax highlighting</span>
|
||||
<span class="no">GitHubPages</span><span class="o">::</span><span class="no">Dependencies</span><span class="p">.</span><span class="nf">gems</span><span class="p">.</span><span class="nf">each</span> <span class="k">do</span> <span class="o">|</span><span class="n">gem</span><span class="p">,</span> <span class="n">version</span><span class="o">|</span>
|
||||
<span class="n">s</span><span class="p">.</span><span class="nf">add_dependency</span><span class="p">(</span><span class="n">gem</span><span class="p">,</span> <span class="s2">"= </span><span class="si">#{</span><span class="n">version</span><span class="si">}</span><span class="s2">"</span><span class="p">)</span>
|
||||
<span class="k">end</span>
|
||||
|
@ -194,19 +192,13 @@
|
|||
<h3 id="small-image">Small image</h3>
|
||||
|
||||
<p>
|
||||
<img
|
||||
src="https://github.githubassets.com/images/icons/emoji/octocat.png"
|
||||
alt="Octocat"
|
||||
/>
|
||||
<img src="https://github.githubassets.com/images/icons/emoji/octocat.png" alt="Octocat" />
|
||||
</p>
|
||||
|
||||
<h3 id="large-image">Large image</h3>
|
||||
|
||||
<p>
|
||||
<img
|
||||
src="https://guides.github.com/activities/hello-world/branching.png"
|
||||
alt="Branching"
|
||||
/>
|
||||
<img src="https://guides.github.com/activities/hello-world/branching.png" alt="Branching" />
|
||||
</p>
|
||||
|
||||
<h3 id="definition-lists-can-be-used-with-html-syntax">
|
||||
|
@ -226,9 +218,7 @@
|
|||
|
||||
<div class="language-plaintext highlighter-rouge">
|
||||
<div class="highlight">
|
||||
<pre
|
||||
class="highlight"
|
||||
><code>Long, single-line code blocks should not wrap. They should horizontally scroll if they are too long. This line should be long enough to demonstrate this.
|
||||
<pre class="highlight"><code>Long, single-line code blocks should not wrap. They should horizontally scroll if they are too long. This line should be long enough to demonstrate this.
|
||||
</code></pre>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -241,17 +231,14 @@
|
|||
</div>
|
||||
|
||||
<footer class="site-footer">
|
||||
<span class="site-footer-owner"
|
||||
>Based off of <a href="https://github.com/pages-themes/cayman">cayman</a>
|
||||
<span class="site-footer-owner">Based off of <a href="https://github.com/pages-themes/cayman">cayman</a>
|
||||
by
|
||||
<a href="https://github.com/pages-themes">pages-themes</a>.</span
|
||||
>
|
||||
<a href="https://github.com/pages-themes">pages-themes</a>.</span>
|
||||
|
||||
<span class="site-footer-credits"
|
||||
>This page was generated by
|
||||
<a href="https://github.com/array-in-a-matrix">Array in a Matrix</a>.</span
|
||||
>
|
||||
<span class="site-footer-credits">This page was generated by
|
||||
<a href="https://github.com/array-in-a-matrix">Array in a Matrix</a>.</span>
|
||||
</footer>
|
||||
</main>
|
||||
</body>
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Add table
Reference in a new issue