Site updated at 2015-10-31 05:14:10 UTC
This commit is contained in:
parent
b260f2881e
commit
f9339c33ec
25 changed files with 118 additions and 179 deletions
|
@ -118,8 +118,8 @@
|
|||
|
||||
<p>For a component page it would be the fastest way to make a copy of an existing page and edit it.</p>
|
||||
|
||||
<h2>Code</h2>
|
||||
<p>To take advantage of the build-in features of Octopress to display code snipplets, just use the default markdown syntax.</p>
|
||||
<h3><a class="title-link" name="code" href="#code"></a> Code</h3>
|
||||
<p>To take advantage of the build-in features of Octopress to display code snipplets, just use the default markdown syntax. Please use <code>$</code> and <code>#</code> if it’s a command and to differ from output.</p>
|
||||
|
||||
<div class="highlighter-coderay"><div class="CodeRay">
|
||||
<div class="code"><pre>Here goes the code...
|
||||
|
@ -127,7 +127,12 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<h2>Images, icons, and logos</h2>
|
||||
<p>If you want to display line numbers, add the following snipplets somewhere on your page.</p>
|
||||
|
||||
<pre><code>{::options coderay_line_numbers="table" /}
|
||||
</code></pre>
|
||||
|
||||
<h3><a class="title-link" name="images-icons-and-logos" href="#images-icons-and-logos"></a> Images, icons, and logos</h3>
|
||||
<p>The images which are displayed on the pages are stored in various directories according their purpose.</p>
|
||||
|
||||
<table>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue