Skip to content

anonyco/make-html

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 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>

License

make-html is fully libre in addition to being fully free. Libre means that you and every successive user of the software inherit the same rights, freedoms, and priveledges as the original author of the software. This generous concession is made possible via the power of the GNU GPL version 3 or later license.

About

Make HTML from Markdown or Hyperpug

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 41.3%
  • Kotlin 38.7%
  • JavaScript 6.9%
  • Vue 6.0%
  • Go 4.2%
  • HTML 2.2%
  • CSS 0.7%