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: 3 months ago
JSON representation
Make HTML from Markdown or Hyperpug
- Host: GitHub
- URL: https://github.com/patarapolw/make-html
- Owner: patarapolw
- Created: 2019-10-05T14:48:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-12-23T00:28:19.000Z (over 3 years ago)
- Last Synced: 2025-01-31T10:25:24.087Z (3 months ago)
- Topics: hyperpug, markdown, markdown-editor, markdown-it, pug, pugjs
- Language: TypeScript
- Homepage: https://make-html.netlify.app
- Size: 1.13 MB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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 moreAlso, 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
```