1
1
Fork
You've already forked elm-markitup
0
No description
  • JavaScript 56.8%
  • CSS 36.5%
  • Elm 4.7%
  • HTML 1%
  • Shell 0.9%
  • Other 0.1%
2025年12月10日 21:36:41 +01:00
css working implementation 2025年10月05日 01:24:37 +02:00
js working implementation 2025年10月05日 01:24:37 +02:00
src refactor: extract module code 2025年10月07日 22:03:49 +02:00
.gitignore working implementation 2025年10月05日 01:24:37 +02:00
.tool-versions working implementation 2025年10月05日 01:24:37 +02:00
build.sh refactor: extract module code 2025年10月07日 22:03:49 +02:00
elm.json working implementation 2025年10月05日 01:24:37 +02:00
miu-demo.qq.html chore: build standalone page 2025年10月05日 01:30:46 +02:00
qq.awk chore: build standalone page 2025年10月05日 01:30:46 +02:00
README.md rewrite readme 2025年12月10日 21:36:41 +01:00

MarkItUp Custom Element Example

This is a simple demonstration of using HTML Custom Elements in Elm.

Inspired by Luke Westby's Elm Europe talk. The JavaScript custom element code is almost a verbatim copy.


To test it:

  • git clone and cd into the local copy
  • run ./build.sh
  • open "index.html" in a web browser