项目作者: patarapolw

项目描述 :
Make HTML from Markdown or Hyperpug
高级语言: TypeScript
项目地址: git://github.com/patarapolw/make-html.git
创建时间: 2019-10-05T14:48:23Z
项目社区:https://github.com/patarapolw/make-html

开源协议:

下载


make-html

My wanted Markdown features

Also, the editor will auto-create images and x-card on clipboard paste (i.e. Ctrl+V).

To use x-card webcomponent, simply include

  1. <script src="https://unpkg.com/@patarapolw/make-html-x-card"></script>

To support old browsers, you might also need @webcomponents/webcomponentsjs

  1. <script src="https://unpkg.com/@webcomponents/webcomponentsjs/webcomponents-loader.js"></script>
  2. <script type="module" src="https://unpkg.com/@patarapolw/make-html-x-card"></script>