All Projects → kevwan → mdconv

kevwan / mdconv

Licence: MIT license
A tool to convert markdown to html.

Programming Languages

HTML
75241 projects
go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to mdconv

Api Flow
Universal data structure and converter for API formats (Swagger, RAML, Paw, Postman…)
Stars: ✭ 185 (+386.84%)
Mutual labels:  converter
Nn Transfer
Convert trained PyTorch models to Keras, and the other way around
Stars: ✭ 205 (+439.47%)
Mutual labels:  converter
Kepubify
Fast, standalone EPUB to KEPUB converter CLI app / library (and a few other utilities).
Stars: ✭ 225 (+492.11%)
Mutual labels:  converter
Mayo
3D CAD viewer and converter based on Qt + OpenCascade
Stars: ✭ 192 (+405.26%)
Mutual labels:  converter
Currency Converter Swift3.0 Viper
Calculates money quick and easy way to see live foreign exchange rates (Based on swift 4.2, viper architecture and special thanks to https://github.com/hakanensari/fixer-io for conversion API)
Stars: ✭ 198 (+421.05%)
Mutual labels:  converter
Dataset Serialize
JSON to DataSet and DataSet to JSON converter for Delphi and Lazarus (FPC)
Stars: ✭ 213 (+460.53%)
Mutual labels:  converter
Node Js2xmlparser
Popular Node.js module for parsing JavaScript objects into XML
Stars: ✭ 171 (+350%)
Mutual labels:  converter
BatchEncoder
BatchEncoder is an audio files conversion software.
Stars: ✭ 145 (+281.58%)
Mutual labels:  converter
Jsonsubtypes
Discriminated Json Subtypes Converter implementation for .NET
Stars: ✭ 201 (+428.95%)
Mutual labels:  converter
Retrofit Logansquare
A Converter implementation using LoganSquare JSON serialization for Retrofit 2.
Stars: ✭ 224 (+489.47%)
Mutual labels:  converter
Swagger Toolbox
💡 Swagger schema model (in yaml, json) generator from json data
Stars: ✭ 194 (+410.53%)
Mutual labels:  converter
Evernote2md
Convert Evernote .enex files to Markdown
Stars: ✭ 193 (+407.89%)
Mutual labels:  converter
Jpsxdec
jPSXdec: cross-platform PlayStation 1 audio and video converter
Stars: ✭ 219 (+476.32%)
Mutual labels:  converter
Ts Mongoose
Automatically infer TypeScript interfaces from mongoose schemas🙀
Stars: ✭ 188 (+394.74%)
Mutual labels:  converter
Bigbash
A converter that generates a bash one-liner from an SQL Select query (no DB necessary)
Stars: ✭ 230 (+505.26%)
Mutual labels:  converter
Tfk8s
A tool for converting Kubernetes YAML manifests to Terraform HCL
Stars: ✭ 167 (+339.47%)
Mutual labels:  converter
Htmr
Simple and lightweight (< 2kB) HTML string to React element conversion library
Stars: ✭ 214 (+463.16%)
Mutual labels:  converter
cpc
Text calculator with support for units and conversion
Stars: ✭ 89 (+134.21%)
Mutual labels:  converter
Mpv Webm
Simple WebM maker for mpv, with no external dependencies.
Stars: ✭ 234 (+515.79%)
Mutual labels:  converter
Density Converter
A multi platform image density converting tool converting single or batches of images to Android, iOS, Windows or CSS specific formats and density versions given the source scale factor or width/height in dp. It has a graphical and command line interface and supports many image types (svg, psd, 9-patch, etc.) aswell as some lossless compressors like pngcrush.
Stars: ✭ 222 (+484.21%)
Mutual labels:  converter

mdconv

A tool to convert markdown files to html files.

Usage

md2html -i <md-file> -o <html-file>

Options supported

  • -i - specify the input markdown file
  • -o - specify the output html file
  • -header - specify the html header template file, default to use embedded header
  • -footer - specify the html footer template file, default to use embedded footer
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].