GithubHelp home page GithubHelp logo

Comments (4)

benbalter avatar benbalter commented on June 10, 2024

@tianyunwu Can you provide a screenshot of your output?

from hacker.

tianyunwu avatar tianyunwu commented on June 10, 2024

@benbalter
Here is the markdown snippet:
image
Here is the corresponding output:
image
As you can see, the symbol used to mark each entry of the unordered list is a right shrift operator ('>>'), should I modify the CSS files to get the following effect:

This is a test.

  • this is test 1.0
  • this is test 2.0
  • this is test 3.0

from hacker.

en9inerd avatar en9inerd commented on June 10, 2024

Hello @tianyunwu !

Is it something that I should expect from using this Jekyll theme?

Yes.
Asterisk symbol (*), hyphen symbol (-) and plus symbol (+) have same meaning in Markdown. And standard output for this will be bullet point, but this theme uses shift operator.
But you can customize this for yourself, just put this in assets/css/style.scss:

ul li {
  list-style: disc;
}

ul li:before {
    content: none
}

from hacker.

tianyunwu avatar tianyunwu commented on June 10, 2024

@p0gr0mist Thank you very much!

from hacker.

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.