GithubHelp home page GithubHelp logo

Comments (2)

ahafeez7 avatar ahafeez7 commented on September 17, 2024

I am not sure if color hasn't been incorporated in the markdown for github yet.

Nevertheless, you can enclose your text starting and ending within three backticks and it will appear like this:

//your text

Also, if you have code written in javascript, css, html, python etc, that can be highlighted in its own style. More information can be found at markdown cheatsheet:https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet
Search for code and syntax highlighting.

from project-pages.

ahmetcecen avatar ahmetcecen commented on September 17, 2024

There is no way to assign individual colors to text within a page using markdown. The best option available is to change title or body text colors for the entire website. That is somewhat messy at the moment, and requires editing of clean-blog.css with a line similar to:

 h1,
 .h1 {
   font-size: 36px;
   color: #00ff00;
 }

where the color code can be picked from http://www.w3schools.com/tags/ref_colorpicker.asp.

We will at some point include an easier way to customize the color theme.

An alternative solution is to use html tags to alter color within a post with something like this:

<p><font color="red">Your Text Here</font></p>

The good news is you can do this fairly easily inside a markdown file, bad news is you can't do this for the presentation layout.

We will also at some point, create a sample post that uses simple html tags to alter basic formatiing not supported by markdown like color, that you can use as a cheat sheet and copy paste from.

from project-pages.

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.