rtomayko / shocco

shocco is a quick-and-dirty, literate-programming-style documentation generator for / in POSIX shell
http://rtomayko.github.com/shocco/
Other
202 stars 38 forks source link

broken link to docco.css #37

Open jgphpc opened 9 years ago

jgphpc commented 9 years ago

Hi,

Just installed shocco and i believe it's using an outdated version of docco.css. because it fails to highlight this piece of code:

shocco eff.sh > eff.html 
<!DOCTYPE html>
<html>
<head>
    <meta http-equiv='content-type' content='text/html;charset=utf-8'>
    <title>eff.sh</title>
    <link rel=stylesheet href="http://jashkenas.github.com/docco/resources/docco.css">
</head>
<body>
<div id=container>
    <div id=background></div>
    <table cellspacing=0 cellpadding=0>
    <thead>
      <tr>
        <th class=docs><h1>eff.sh</h1></th>
        <th class=code></th>
      </tr>
    </thead>
    <tbody>
        <tr><td class='docs'></pre></div></td></tr><tr><td class=docs>
</td><td class=code><div class=highlight><pre>
<span class="c">#!/bin/bash</span>

<span class="nb">echo</span> <span class="nv">$HOME</span></td><td class='code'></td></tr>
    </tbody>
    </table>
</div>
</body>
</html>