Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/patarapolw/make-html

Make HTML from Markdown or Hyperpug
https://github.com/patarapolw/make-html

hyperpug markdown markdown-editor markdown-it pug pugjs

Last synced: about 9 hours ago
JSON representation

Make HTML from Markdown or Hyperpug

Awesome Lists containing this project

README

        

# make-html

My wanted Markdown features

- [Markdown-it](https://github.com/markdown-it/markdown-it) extended with [HyperPug](https://github.com/patarapolw/hyperpug)
- CSS is allowed (inside `` tags, [scoped-by-default via scope-css](https://www.npmjs.com/package/scope-css))
- [Emoji](https://github.com/markdown-it/markdown-it-emoji), [Image resize](https://github.com/tatsy/markdown-it-imsize), and more

Also, the editor will auto-create images and [x-card](/packages/x-card/index.js) on clipboard paste (i.e. Ctrl+V).

To use `x-card` webcomponent, simply include

```html

```

To support old browsers, you might also need [@webcomponents/webcomponentsjs](https://github.com/webcomponents/polyfills/tree/master/packages/webcomponentsjs)

```html

```