Tag: HTML
Main Content
Convert Markdown to HTML with Node.js
Convert a Markdown file into HTML, with code block syntax highlighting, using Node.js and asynchronously write the HTML string to a file.
Convert Relative URL to Absolute URL with Node.js
Convert HTML link values containing relative URLs to use absolute URLs with the cheerio npm package.
Minify HTML with npm
Use the html-minifier npm package cli to minify an HTML file with npm package.json scripts and Node.js