test avec une branche
This commit is contained in:
parent
0362152173
commit
642cb2c8aa
@ -8,9 +8,6 @@
|
||||
<meta name="keywords" content="">
|
||||
<meta name="description" content="" />
|
||||
<meta name="robots" content="archive,index,follow" />
|
||||
<link href="#theme/computhings/main.css" rel="stylesheet" type="text/css" />
|
||||
<link href="theme/gnuragistes/main.css" rel="stylesheet" type="text/css" />
|
||||
<link href="#theme/nomdedom/main.css" rel="stylesheet" type="text/css" />
|
||||
<link rel="shortcut icon" href="" />
|
||||
</head>
|
||||
|
||||
@ -119,16 +116,16 @@
|
||||
<div class="highlight"><pre><span></span><span class="err"># Let me re-iterate ...</span>
|
||||
<span class="err">for i in 1 .. 10 { do-something(i) }</span>
|
||||
</pre></div>
|
||||
|
||||
|
||||
|
||||
|
||||
<p>As you probably guessed, indented 4 spaces. By the way, instead of
|
||||
indenting the block, you can use delimited blocks, if you like:</p>
|
||||
<div class="highlight"><pre><span></span><span class="err">define foobar() {</span>
|
||||
<span class="err"> print "Welcome to flavor country!";</span>
|
||||
<span class="err">}</span>
|
||||
</pre></div>
|
||||
|
||||
|
||||
|
||||
|
||||
<p>(which makes copying & pasting easier). You can optionally mark the
|
||||
delimited block for Pandoc to syntax highlight it:</p>
|
||||
<div class="highlight"><pre><span></span><span class="kn">import</span> <span class="nn">time</span>
|
||||
@ -138,8 +135,8 @@
|
||||
<span class="n">time</span><span class="o">.</span><span class="n">sleep</span><span class="p">(</span><span class="mf">0.5</span><span class="p">)</span>
|
||||
<span class="nb">print</span> <span class="n">i</span>
|
||||
</pre></div>
|
||||
|
||||
|
||||
|
||||
|
||||
<h3>An h3 header</h3>
|
||||
<p>Now a nested list:</p>
|
||||
<ol>
|
||||
@ -165,8 +162,8 @@
|
||||
<span class="err">wait 10 minutes</span>
|
||||
<span class="err">goto first step (or shut off burner when done)</span>
|
||||
</pre></div>
|
||||
|
||||
|
||||
|
||||
|
||||
<p>Do not bump wooden spoon or it will fall.</p>
|
||||
</li>
|
||||
</ol>
|
||||
@ -235,9 +232,9 @@
|
||||
</section><!-- end #content -->
|
||||
|
||||
<section id="footer">
|
||||
|
||||
|
||||
<p>Proudly powered by <a href="#">rien du tout</a>, avec la participation de <a href="#">python</a>.
|
||||
|
||||
|
||||
</section><!-- end #footer -->
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
@ -1 +0,0 @@
|
||||
Subproject commit f20d2852731bf7957dbeae2c886925a40fe2e6e4
|
Loading…
Reference in New Issue
Block a user