md2html

Markdown to HTML converter
git clone https://noulin.net/git/md2html.git
Log | Files | Refs | README

package.yml (328B)


      1 ---
      2   name: md2html
      3   version: 0.0.2
      4   description: markdown to html converter
      5   bin: ./md2html.c
      6   repository:
      7     type: git
      8     url: "git+https://noulin.net/git/md2html.git"
      9   keywords:
     10     - command
     11   author: Remy
     12   license: MIT
     13   homepage: "https://noulin.net/md2html/log.html"
     14   dependencies:
     15     md4c: ""
     16   private: false