10000 broken link to docco.css · Issue #37 · rtomayko/shocco · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

broken link to docco.css #37

Open
jgphpc opened this issue May 13, 2015 · 0 comments
Open

broken link to docco.css #37

jgphpc opened this issue May 13, 2015 · 0 comments

Comments

@jgphpc
Copy link
jgphpc commented May 13, 2015

Hi,

Just installed shocco 610E 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 
  • cat 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>
  • firefox ./eff.html will give this (no highlighting...):
    eff
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant
0