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.
- Host: GitHub
- URL: https://github.com/weibeld/coltab
- Owner: weibeld
- Created: 2017-04-08T04:11:48.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-04T09:51:37.000Z (about 9 years ago)
- Last Synced: 2025-05-14T22:42:55.354Z (about 1 year ago)
- Topics: color-palettes, design, html, markdown, markdown-to-html, perl, productivity-tools
- Language: Perl
- Size: 479 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# coltab
Display your favourite RGB colours in HTML.

# 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