An open API service indexing awesome lists of open source software.

https://github.com/weibeld/coltab

Display your favourite RGB colours in HTML.
https://github.com/weibeld/coltab

color-palettes design html markdown markdown-to-html perl productivity-tools

Last synced: about 2 months ago
JSON representation

Display your favourite RGB colours in HTML.

Awesome Lists containing this project

README

          

# coltab

Display your favourite RGB colours in HTML.

![Image](doc/coltab.png)

# Usage

## Input

1. A text file with Markdown-style headers and lists
2. A custom CSS file for styling the output HTML

## Output

An HTML file written to `stdout`.

# Notes

- For each list in the input file, `coltab` generates an HTML table with two columns:
- Column 1: colours (``)
- Column 2: colour codes (``)
- Valid list item values in input file include:
- `RRGGBB`
- `#RRGGBB`
- `RGB`
- `#RGB`
- The input file is expected to be in [Pandoc Markdown](http://pandoc.org/MANUAL.html) format