Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@thomasfkjorna/mdh

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thomasfkjorna/mdh

![npm version badge](https://img.shields.io/npm/v/@thomasfkjorna/mdh?color=%23cb0000&logo=npm)

  • 1.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

mdh

npm version badge

small cli utility for converting multiple markdown files to one html document with support for gfm and math (katex).

install

yarn global add @thomasfkjorna/mdh

# or npm i -g @thomasfkjorna/mdh

usage

either specify -o

mdh markdown1.md markdown2.md -o out.html

or have the last argument end in .html

mdh markdown1.md markdown2.md out.html

options

custom css files

use -c or --css

mdh markdown1.md markdown2.md -o out.html -c 'https://raw.githubusercontent.com/thomasfkjorna/mdh/katex.min.css'

custom styles

use -s or --style

mdh markdown1.md markdown2.md -o out.html -c

FAQs

Package last updated on 15 Jun 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc