Pandoc: Convert Markdown to HTML Using a Custom Template
With Pandoc, it is possible to use a CSS stylesheet while converting Markdown to HTML.
With Pandoc, it is possible to use a CSS stylesheet while converting Markdown to HTML.
A CSS framework Installation Create a directory for the project: mkdir project && cd project Initialise project: npm init Use npm to install spectre: npm install spectre.css --save Links Compiling custom version