Skip to content
This repository has been archived by the owner on Apr 21, 2020. It is now read-only.
/ dc-mdline Public archive

Docker Command: Markdown to Timeline HTML conversion

License

Notifications You must be signed in to change notification settings

kairops/dc-mdline

Repository files navigation

DEPRECATED

Please visit https://github.com/ayudadigital/dc-mdline

Docker Command: Markdown timeline format generator

Convert files from Markdown format to timeline HTML format

Its a part of the Docker Command series

Usage

Execute the following within your repository folder:

  • Using Bash: entrypoint.sh source.md > target.html
  • Using Docker: docker run --rmi -v $(pwd):/workspace kairops/dc-mdline source.md > target.html
  • Using docker-command-launcher: kd mdline source.md > target.html

Considerations

This function uses the mdline node package. You could install it using node with npm install mdline -g