Giter Site home page Giter Site logo

Comments (5)

Teepareep avatar Teepareep commented on June 23, 2024

How can we incorporate these styles? http://highlightjs.org/static/test.html
I tried just including a link to the stylesheet as described here: http://highlightjs.org/usage/
That didn't seem to do much.
Wonderful project :)

from daux.io.

dkisselev avatar dkisselev commented on June 23, 2024

Are you sure that you placed the link into the appropriate place? The index.php file in daux is a little confusing because it generates both the homepage and the documentation pages, so you have to make sure that you scroll far enough down so that you're editing the documentation pages, not just the homepage.

Check View Source on your docs pages to make sure that highlight stylesheet is being loaded.

from daux.io.

Teepareep avatar Teepareep commented on June 23, 2024

Thank you for your assistance. I had trouble trying the style sheets on highlightjs' github. This is what ended up working, as long as the css file was downloaded directly from here: http://yandex.st/highlightjs/7.5/styles/

    <!-- hightlight.js -->
    <link rel="stylesheet" href="/docs/css/tomorrow-night.min.css">
    <script src="/docs/js/highlight.min.js"></script>
    <script>hljs.initHighlightingOnLoad();</script>

It looks awesome now!

from daux.io.

MSylvia avatar MSylvia commented on June 23, 2024

Just pull the css files needed from the 7.5 tag of highlight.js.
https://github.com/isagalaev/highlight.js/tree/7.5

from daux.io.

dkisselev avatar dkisselev commented on June 23, 2024

Fixed with PR 118

from daux.io.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.