Display your favourite RGB colours in HTML.
- A text file with Markdown-style headers and lists
- A custom CSS file for styling the output HTML
An HTML file written to stdout
.
- For each list in the input file,
coltab
generates an HTML table with two columns:- Column 1: colours (
<td class="color">
) - Column 2: colour codes (
<td class="code">
)
- Column 1: colours (
- Valid list item values in input file include:
RRGGBB
#RRGGBB
RGB
#RGB
- The input file is expected to be in Pandoc Markdown format