Skip to content

patarapolw/make-html

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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

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

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