all repos — h3 @ 854d69977137839764ae97a21cda6fd2342d52e6

A tiny, extremely minimalist JavaScript microframework.

fixed markdown lists
Fabio Cevasco h3rald@h3rald.com
Sat, 18 Apr 2020 19:50:20 +0200
commit

854d69977137839764ae97a21cda6fd2342d52e6

parent

a1cd2c943df6d809a9c09c61a86b48b53504e9b2

2 files changed, 2 insertions(+), 0 deletions(-)

jump to
M docs/md/about.mddocs/md/about.md

@@ -19,6 +19,7 @@

### Credits This site is built with H3 itself, in under [70 lines](https://github.com/h3rald/h3/blob/master/docs/js/app.js) of code, plus the following third-party libraries: + * [marked.js](https://marked.js.org/#/README.md#README.md) * [DOMPurify](https://github.com/cure53/DOMPurify) * [mini.css](https://minicss.org/)
M docs/md/overview.mddocs/md/overview.md

@@ -3,6 +3,7 @@

**H3** is a microframework to build client-side web applications in modern JavaScript. H3 is also: + * **tiny**, under [700 sloc](https://github.com/h3rald/h3/blob/master/h3.js). * **bare-bones**, it contains just the bare minimum to create a fully-functional single-pace application. * **modern**, it runs only in modern browsers (latest versions of Chrome, Firefox, Edge & similar).